===== Open Database Connectivity (ODBC) ===== [[dido:public:ra:xapend:xapend.a_glossary:start| Return to Glossary ]] **Open Database Connectivity (ODBC)** is an [[dido:public:ra:xapend:xapend.a_glossary:a:api]] a Microsoft [[dido:public:ra:xapend:xapend.a_glossary:d:defactostd|de facto standard]] [[dido:public:ra:xapend:xapend.b_stds:defact:microsoft:odbc]] for accessing [[dido:public:ra:xapend:xapend.a_glossary:d:dbms]]. The designers of ODBC aimed to make it independent of database systems and [[dido:public:ra:xapend:xapend.a_glossary:o:os]]. An application written using ODBC can be ported to other [[dido:public:ra:xapend:xapend.a_glossary:p:platform|platforms]], both on the [[dido:public:ra:xapend:xapend.a_glossary:c:client|client]] and [[dido:public:ra:xapend:xapend.a_glossary:s:server|server]] side, with few changes to the data access code. ODBC accomplishes DBMS independence by using an ODBC driver as a translation layer between the application and the DBMS. The application uses ODBC functions through an ODBC driver manager with which it is linked, and the driver passes the query to the DBMS. An ODBC driver can be thought of as analogous to a printer driver or other driver, providing a standard set of functions for the application to use, and implementing DBMS-specific functionality. An application that can use ODBC is referred to as "ODBC-compliant". Any ODBC-compliant application can access any DBMS for which a driver is installed. Drivers exist for all major DBMSs, many other data sources like address book systems and Microsoft Excel, and even for text or [[dido:public:ra:xapend:xapend.a_glossary:c:csv]] files. ODBC was originally developed by Microsoft and Simba Technologies during the early 1990s, and became the basis for the Call Level Interface (CLI) or [[dido:public:ra:xapend:xapend.a_glossary:c:cli]] standardized by [[dido:public:ra:xapend:xapend.a_glossary:s:sql|SQL]] Access Group in the [[dido:public:ra:xapend:xapend.a_glossary:u:unix|Unix]] and mainframe field. ODBC retained several features that were removed as part of the CLI effort. Full ODBC was later ported back to those platforms, and became a de facto standard considerably better known than CLI. The CLI remains similar to ODBC, and applications can be ported from one platform to the other with few changes. Source: [[https://en.wikipedia.org/wiki/Open_Database_Connectivity ]] /**=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- /* To add a discussion page to this page, comment out the line that says ~~DISCUSSION:off~~ */ ~~DISCUSSION:on|Outstanding Issues~~ ~~DISCUSSION:off~~