________ is an object-oriented interface that encapsulates data-server functionality. OLE DB ADO ODBC JPCD TRUE ANSWER : ? YOUR ANSWER : ?
OLE DB tabular data providers present data in the form of rowsets. False True TRUE ANSWER : ? YOUR ANSWER : ?
In ODBC, a data source that is local to a single computer is called a: SQL text file. system data source. user data source. file data source. TRUE ANSWER : ? YOUR ANSWER : ?
In OLE DB, actions that an object can perform are called: abstractions. collections. properties. methods. TRUE ANSWER : ? YOUR ANSWER : ?
________ is a cover for utilizing OLE DB that is designed for use by almost any language. ASP ODBC ADO JPCD 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 Connect to data sources with driver-specific information only Commit or rollback transactions only Connect to data sources 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 : ?
A file data source is one that is local to a single computer. False True TRUE ANSWER : ? YOUR ANSWER : ?
In OLE DB, which of the following represents characteristics of the recordset abstraction? Collections Methods Abstractions Properties TRUE ANSWER : ? YOUR ANSWER : ?
________ is a simple object model that is easier to understand and use than OLE DB, and is frequently used for database applications. XML ADO ODBC ASP TRUE ANSWER : ? YOUR ANSWER : ?