ODBC identifies two types of drivers: single tier and multiple-tier. True False TRUE ANSWER : ? YOUR ANSWER : ?
Users of OLE DB functionality are referred to as data providers. False True TRUE ANSWER : ? YOUR ANSWER : ?
OLE DB has two types of data providers: tabular data providers and service providers. False True 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 : ?
A OLE DB rowset is an abstraction of a relation, which in turn is an abstraction of a recordset. False True 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. False True TRUE ANSWER : ? YOUR ANSWER : ?
An application that uses the ODBC interface could process any database that is ODBC-compliant without any program coding changes. False True TRUE ANSWER : ? YOUR ANSWER : ?
In OLE DB, a tabular data provider: transforms data through ODE DB interfaces. exposes data via rowsets. does not own data. is both a consumer and a provider of data. TRUE ANSWER : ? YOUR ANSWER : ?
The ODBC core API consists of which of the following functions? Commit or rollback transactions only Connect to data sources only Connect to data sources with driver-specific information only Both 1 and 3 above are in the OBDC core API TRUE ANSWER : ? YOUR ANSWER : ?