Which of the following are goals of OLE DB? Object interface over any type of data only. Increase flexibility only. Create object interfaces for DBMS functionality pieces only. All of these TRUE ANSWER : ? YOUR ANSWER : ?
ODBC provides an interface by which Web server programs can access and process relational data sources in a DBMS-independent manner. True False TRUE ANSWER : ? YOUR ANSWER : ?
The ODBC Level 1 API contains which of the following functions? Connect to data sources with driver-specific information only Both 1 and 3 above are in the OBDC Level 1 API Process a scrollable cursor only Browse possible connections and data sources only TRUE ANSWER : ? YOUR ANSWER : ?
________ is a cover for utilizing OLE DB that is designed for use by almost any language. JPCD ASP ODBC ADO TRUE ANSWER : ? YOUR ANSWER : ?
In OLE DB, a service provider: transforms data through OLE DB interfaces only. does not own data only. All of these is both a consumer and a provider of data only. TRUE ANSWER : ? YOUR ANSWER : ?
The ODBC core API consists of which of the following functions? Connect to data sources only Connect to data sources with driver-specific information only Commit or rollback transactions only Both 1 and 3 above are in the OBDC core API TRUE ANSWER : ? YOUR ANSWER : ?
In OLE DB, a tabular data provider: does not own data. transforms data through ODE DB interfaces. is both a consumer and a provider of data. exposes data via rowsets. TRUE ANSWER : ? YOUR ANSWER : ?
ODBC minimum SQL grammar contains which of the following? Literals for date, time and timestamp only CREATE VIEW, DROP VIEW only INSERT, UPDATE, DELETE only Stored Procedures only TRUE ANSWER : ? YOUR ANSWER : ?
ODBC identifies two types of drivers: single tier and multiple-tier. True False TRUE ANSWER : ? YOUR ANSWER : ?