________ is a simple object model that is easier to understand and use than OLE DB, and is frequently used for database applications. XML ASP ADO ODBC TRUE ANSWER : ? YOUR ANSWER : ?
In OLE DB, actions that an object can perform are called: collections. methods. abstractions. properties. 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 : ?
A user data source is one that can be shared among database users. True False TRUE ANSWER : ? YOUR ANSWER : ?
In OLE DB, which of the following represents characteristics of the recordset abstraction? Methods Collections Abstractions Properties TRUE ANSWER : ? YOUR ANSWER : ?
The ODBC core API consists of which of the following functions? Both 1 and 3 above are in the OBDC core API Commit or rollback transactions only Connect to data sources with driver-specific information only Connect to data sources only TRUE ANSWER : ? YOUR ANSWER : ?
A file data source is one that is local to a single computer. False True TRUE ANSWER : ? YOUR ANSWER : ?
A OLE DB rowset is an abstraction of a relation, which in turn is an abstraction of a recordset. True False TRUE ANSWER : ? YOUR ANSWER : ?
When using ODBC, which of the following processes ODBC requests and submits specific SQL statements to a given type of data source? Data source Driver DBMS Driver manager TRUE ANSWER : ? YOUR ANSWER : ?
OLE DB has two types of data providers: tabular data providers and service providers. False True TRUE ANSWER : ? YOUR ANSWER : ?