ODBC, OLE DB, ADO, and ASP ODBC is a foundation of data access in the specifically Microsoft world. True False True False ANSWER DOWNLOAD EXAMIANS APP
ODBC, OLE DB, ADO, and ASP A data source is an ODBC data structure that identifies a database and the DBMS that processes it. False True False True ANSWER DOWNLOAD EXAMIANS APP
ODBC, OLE DB, ADO, and ASP When using ODBC, which of the following processes ODBC requests and submits specific SQL statements to a given type of data source? Data source Driver DBMS Driver manager Data source Driver DBMS Driver manager ANSWER DOWNLOAD EXAMIANS APP
ODBC, OLE DB, ADO, and ASP The ODBC core API consists of which of the following functions? Connect to data sources only Commit or rollback transactions only Connect to data sources with driver-specific information only Both 1 and 3 above are in the OBDC core API Connect to data sources only Commit or rollback transactions only Connect to data sources with driver-specific information only Both 1 and 3 above are in the OBDC core API ANSWER DOWNLOAD EXAMIANS APP
ODBC, OLE DB, ADO, and ASP ODBC minimum SQL grammar contains which of the following? CREATE VIEW, DROP VIEW only Literals for date, time and timestamp only INSERT, UPDATE, DELETE only Stored Procedures only CREATE VIEW, DROP VIEW only Literals for date, time and timestamp only INSERT, UPDATE, DELETE only Stored Procedures only ANSWER DOWNLOAD EXAMIANS APP
ODBC, OLE DB, ADO, and ASP An application that uses the ODBC interface could process any database that is ODBC-compliant without any program coding changes. False True False True ANSWER DOWNLOAD EXAMIANS APP