A file data source is one that is local to a single computer. False True TRUE ANSWER : ? YOUR ANSWER : ?
ODBC conformance levels specify which SQL statements, expressions, and data types a driver can process. True False TRUE ANSWER : ? YOUR ANSWER : ?
________ is considered to be one of the foundations of data access in the Microsoft world. ADO JPCD ODBC OLE DB TRUE ANSWER : ? YOUR ANSWER : ?
In OLE DB, a tabular data provider: is both a consumer and a provider of data. exposes data via rowsets. transforms data through ODE DB interfaces. does not own data. TRUE ANSWER : ? YOUR ANSWER : ?
________ is a cover for utilizing OLE DB that is designed for use by almost any language. JPCD ODBC ADO ASP 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 : ?
An OLE DB interface is specified by a set of objects and the properties and methods that they expose. True False 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 Both 1 and 3 above are in the OBDC core API Connect to data sources with driver-specific information only TRUE ANSWER : ? YOUR ANSWER : ?
________ is an object-oriented interface that encapsulates data-server functionality. ADO ODBC OLE DB JPCD TRUE ANSWER : ? YOUR ANSWER : ?
The driver manager processes ODBC requests and submits specific SQL statements to a given type of data source. True False TRUE ANSWER : ? YOUR ANSWER : ?