When using ODBC, which of the following processes ODBC requests and submits specific SQL statements to a given type of data source? Driver manager Data source Driver DBMS TRUE ANSWER : ? YOUR ANSWER : ?
When using ODBC, which of the following serves as an intermediary between the application and the DBMS drivers? Data source Driver manager Driver OLE DB TRUE ANSWER : ? YOUR ANSWER : ?
The process of defining a system data source name involves specifying the type of driver and the identity of the database to be processed. False True TRUE ANSWER : ? YOUR ANSWER : ?
________ is an interface by which application programs can access and process SQL databases in a DBMS-independent manner. OLE DB ODBC JPCD ADO TRUE ANSWER : ? YOUR ANSWER : ?
In OLE DB, a tabular data provider: transforms data through ODE DB interfaces. is both a consumer and a provider of data. does not own data. exposes data via rowsets. TRUE ANSWER : ? YOUR ANSWER : ?
In ODBC, a file that can be shared among database users is called a: user data source. SQL text file. system data source. file data source. 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 : ?
A user data source is one that can be shared among database users. True False TRUE ANSWER : ? YOUR ANSWER : ?
________ is a cover for utilizing OLE DB that is designed for use by almost any language. ODBC JPCD 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 : ?