Jump to content

Open Database Connectivity

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Nixdorf (talk | contribs) at 15:10, 13 January 2003. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Open Database Connectivity or ODBC is a standard software API for connecting to database management systems of various brands.

ODBC was initially developed by Microsoft and is based on SQL, X/Open, and the ISO/IEC standard Call Level Interface (CLI). Most database management systems nowadays support ODBC which means that computer programs that rely on ODBC can connect to several different brands of DBMS' using the same basic code.

See Also