Skip to content
EntityQ212606· pop 31· linked from 375 articles

Open Database Connectivity

Sign in to save

Also known as ODBC

ODBC, standard interface for accessing database systems

Described at

Microsoft Open Database Connectivity (ODBC) - Open Database Connectivity (ODBC) | Microsoft Learn

Learn about the Microsoft Open Database Connectivity (ODBC) C programming language interface used to connect applications to SQL data.

docs.microsoft.com

The Microsoft Open Database Connectivity (ODBC) interface is a C programming language interface that makes it possible for applications to access data from various database management systems (DBMSs). ODBC is a low-level, high-performance interface that is designed specifically for relational data stores. The ODBC interface allows maximum interoperability-an application can access data in diverse DBMSs through a single interface. Moreover, that application is independent of any DBMS from which it accesses data. Users of the application can add software components called drivers, which interface between an application and a specific DBMS. ODBC Programmer's Reference Documentation of ODBC interfaces and methods ODBC Data Source Administrator The Microsoft ODBC Data Source Administrator manages database drivers and data sources Microsoft-Supplied ODBC Drivers Documentation for the ODBC Desktop Database Drivers, the ODBC Driver for Oracle, and the Visual FoxPro ODBC Driver ODBC Test Microsoft ODBC Test is an ODBC-enabled application that you can use to test ODBC drivers ODBC Glossary Defines terms relevant to ODBC ODBCCONF.EXE Describes the command-line utility for configuring drivers and data source names Information about support options can be found on the Microsoft Help and Support site. Want to try using Ask Learn to clarify or guide you through this topic? Ask Learn is an AI assistant that can answer questions, clarify concepts, and define terms using trusted Microsoft documentation.

Excerpt from a page describing this subject · 3,709 chars · not written by Vinony

Source code

Link to the source-code README · 950 chars · not written by Vinony

Wikidata facts

Show 4 more facts
Stack Exchange tag
stackoverflow.com/tags/odbc
source code repository URL
github.com/Microsoft/ODBC-Specification
Commons category
Open Database Connectivity
Sources (4)

via Wikidata · CC0

Connections

Categories