A data source is an ODBC data structure that identifies a database and the DBMS that processes it. 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 : ?
A file data source is one that is local to a single computer. False True TRUE ANSWER : ? YOUR ANSWER : ?
ODBC core SQL grammar contains which of the following?: Stored procedures only Both 1 and 3 above are contained in the ODBC core SQL. INSERT, UPDATE, DELETE only Full SELECT (includes subqueries) only TRUE ANSWER : ? YOUR ANSWER : ?
A user data source is one that can be shared among database users. False True TRUE ANSWER : ? YOUR ANSWER : ?
An application that uses the ODBC interface could process any database that is ODBC-compliant without any program coding changes. True False TRUE ANSWER : ? YOUR ANSWER : ?
In OLE DB, a service provider: transforms data through OLE DB interfaces only. All of these is both a consumer and a provider of data only. does not own data only. TRUE ANSWER : ? YOUR ANSWER : ?
OLE DB has two types of data providers: tabular data providers and service providers. False True 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? Driver manager Driver Data source DBMS TRUE ANSWER : ? YOUR ANSWER : ?
ODBC provides an interface by which Web server programs can access and process relational data sources in a DBMS-independent manner. False True TRUE ANSWER : ? YOUR ANSWER : ?