Database - ODBC, OLE DB, ADO, and ASP

Exercise : ODBC, OLE DB, ADO, and ASP - General Questions
11.
In OLE DB, which of the following represents characteristics of the recordset abstraction?
Properties
Collections
Methods
Abstractions
Answer: Option
Explanation:
No answer description is available. Let's discuss.

12.
In ODBC, a file that can be shared among database users is called a:
system data source.
file data source.
user data source.
SQL text file.
Answer: Option
Explanation:
No answer description is available. Let's discuss.

13.
________ is an object-oriented interface that encapsulates data-server functionality.
ODBC
OLE DB
JPCD
ADO
Answer: Option
Explanation:
No answer description is available. Let's discuss.

14.
When using ODBC, which of the following serves as an intermediary between the application and the DBMS drivers?
Data source
Driver
Driver manager
OLE DB
Answer: Option
Explanation:
No answer description is available. Let's discuss.

15.
The ODBC Level 1 API contains which of the following functions?
Browse possible connections and data sources only
Connect to data sources with driver-specific information only
Process a scrollable cursor only
Both 1 and 3 above are in the OBDC Level 1 API.
Answer: Option
Explanation:
No answer description is available. Let's discuss.