What is ODBC?

Showing Answers 1 - 3 of 3 Answers

jsr

  • May 24th, 2005
 

Open Data Base Connectivity which is used to connect to the database/s.

  Was this answer useful?  Yes

Open Database Connectivity (ODBC) provides a standard software API method for using database management systems (DBMS). The ODBC Specification offers a procedural API for using SQL queries to access data. An implementation of ODBC will contain one or more applications, a core ODBC "Driver Manager" library, and one or more "database drivers". The Driver Manager, independent of the applications and DBMS, acts as an "interpreter" between the applications and the database drivers, whereas the database drivers contain the DBMS-specific details. Thus a programmer can write applications that use standard types and features without concern for the specifics of each DBMS that the applications may encounter.

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions