Database - ODBC, OLE DB, ADO, and ASP - Discussion

Discussion Forum : ODBC, OLE DB, ADO, and ASP - General Questions (Q.No. 3)
3.
The ODBC core API consists of which of the following functions?
Commit or rollback transactions only
Connect to data sources with driver-specific information only
Connect to data sources only
Both 1 and 3 above are in the OBDC core API.
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
2 comments Page 1 of 1.

Mahak Bansal said:   1 month ago
ODBC (Open Database Connectivity) is a standard API that allows applications to access data in DBMSs using SQL.

The ODBC core API includes functions for:

Connecting to data sources: Functions like SQLConnect and SQLDriverConnect help establish a connection to a data source.

Transaction management: Functions like SQLEndTran are used to commit or roll back transactions.

Shikha sarathe said:   1 decade ago
Please explain this question?

Post your comments here:

Your comments will be displayed after verification.