Search Tools Links Login

Domain change in progress, site content is moving! See this post for more info

What is ODBC ?

ODBC (Open Data Base Connectivity) is a function library which provides a common API (Application Programming Interface) for ODBC compliant database management systems. ODBC was developed by the SQL Access Group in 1992. ODBC operates as an industry-standard "shim" between applications which utilize databases and the databases themselves.

If an application is developed using ODBC, the application will be able to store data in any database management system which is equipped with an ODBC driver. ODBC drivers are often developed in sub-components:

The application submits ODBC calls to the ODBC driver manager. The ODBC driver manager selects the appropriate ODBC driver, loads that driver, and sends read or write requests using that driver. The ODBC driver processes the ODBC function calls, submits the SQL requests to the database, and returns the results to the application.

About this post

Posted: 2011-01-22
By: FortyPoundHead
Viewed: 1,009 times

Categories

General

Tutorials

Glossary

Attachments

No attachments for this post


Loading Comments ...

Comments

No comments have been added for this post.

Sorry. Comments are frozen for this article. If you have a question or comment that relates to this article, please post it in the appropriate forum.