ODBC is a foundation of data access in the specifically Microsoft world. False True TRUE ANSWER : ? YOUR ANSWER : ?
The ADO connection object is created after the ADO errors object is created. True False TRUE ANSWER : ? YOUR ANSWER : ?
The ODBC Level 1 API contains which of the following functions? Browse possible connections and data sources only Process a scrollable cursor only Connect to data sources with driver-specific information only Both 1 and 3 above are in the OBDC Level 1 API TRUE ANSWER : ? YOUR ANSWER : ?
In OLE DB, a service provider: is both a consumer and a provider of data only. transforms data through OLE DB interfaces only. All of these does not own data only. 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 : ?
Which of the following are goals of OLE DB? Create object interfaces for DBMS functionality pieces only. All of these Object interface over any type of data only. Increase flexibility only. TRUE ANSWER : ? YOUR ANSWER : ?
A file data source is one that is local to a single computer. False True TRUE ANSWER : ? YOUR ANSWER : ?
The ODBC core API consists of which of the following functions? Connect to data sources only Commit or rollback transactions only Both 1 and 3 above are in the OBDC core API Connect to data sources with driver-specific information only TRUE ANSWER : ? YOUR ANSWER : ?
ADO overlies the more complex OLE DB model, and can be called for scripting languages but not programming languages. True False TRUE ANSWER : ? YOUR ANSWER : ?