Open Database Connectivity
Sign in to saveAlso known as ODBC
standardisierte Datenbankschnittstelle, die SQL als Datenbanksprache verwendet
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
Wikidata facts
- Instance of
- application programming interface
- Based on
- Call Level Interface
Show 6 more facts
- Stack Exchange tag
- stackoverflow.com/tags/odbc
- copyright license
- MIT License
- source code repository URL
- github.com/Microsoft/ODBC-Specification
- uses
- data source name
- Commons category
- Open Database Connectivity
via Wikidata · CC0
Article · Deutsch
Open Database Connectivity (ODBC, englisch für etwa Offene Datenbank-Verbindungsfähigkeit) ist eine standardisierte Datenbankschnittstelle, die SQL als Datenbanksprache verwendet. Es bietet also eine Programmierschnittstelle (API), die es einem Programmierer erlaubt, seine Anwendung relativ unabhängig vom verwendeten Datenbankmanagementsystem (DBMS) zu entwickeln, wenn dafür ein ODBC-Treiber existiert.
Abstract from DBpedia / Wikipedia · CC BY-SA