ODBC

E35619

ODBC (Open Database Connectivity) is a standard API that enables applications to access and query data from a wide variety of relational and non-relational database management systems using a common interface.

All labels observed (5)

Label Occurrences
ODBC canonical 14
Open Database Connectivity 2
ODBC specification 1

How this entity was disambiguated

Statements (49)

Predicate Object
instanceOf application programming interface
data access standard
abbreviation ODBC
basedOn Call Level Interface specification
category data access middleware
database connectivity technology
compatibleWith .NET languages via ODBC providers
C programming language
linked to: C

C++ programming language
linked to: C++

Java via JDBC-ODBC bridge (historically)
designGoal database independence for applications
uniform access to heterogeneous data sources
developedBy Microsoft
enables portability of database applications across DBMS
fullName Open Database Connectivity
linked to: ODBC
hasComponent ODBC Driver Manager
ODBC driver
data source name
introducedIn early 1990s
managedBy ODBC Driver Manager on host system
provides API for connecting to data sources
API for executing SQL statements
API for metadata discovery
API for retrieving query results
common interface for database access
purpose enable database-independent application development
provide a standard API for accessing databases
relatedTo ADO.NET
JDBC
OLE DB
requires ODBC-compliant driver for each DBMS
runsOn Linux
Microsoft Windows
linked to: Windows

macOS
standardizedBy Microsoft
supports SQL databases
non-SQL data sources
non-relational database management systems
relational database management systems
supportsFeature connection pooling
metadata functions
parameterized queries
prepared statements
scrollable cursors
transactions
uses SQL as primary query language
connection strings
data source names
drivers to communicate with specific DBMS

How these facts were elicited

Referenced by (19)

Full triples — surface form annotated when it differs from this entity's canonical label.

Power BI supportsStandard OLE DB
linked to: ODBC
SQL Server supportsAPI ODBC
MySQL supportsInterface ODBC
IBM Db2 supportsAPI ODBC
subject linked to: IBM DB2
ODBC fullName Open Database Connectivity
linked to: ODBC
ODBC abbreviation ODBC
OLE DB relatedTo ODBC
ODBC Driver Manager supportsStandard Open Database Connectivity
linked to: ODBC
ODBC Driver Manager conformsTo ODBC specification
linked to: ODBC
IMS supportsInterface ODBC
ADO.NET namespace System.Data.Odbc
linked to: ODBC
Multiple Active Result Sets usedWith ODBC