Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.2 KB

drivers.md

File metadata and controls

25 lines (21 loc) · 1.2 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic helpviewer_keywords
Drivers
Drivers
David-Engel
davidengel
01/19/2017
sql
connectivity
conceptual
ODBC architecture [ODBC], drivers
drivers [ODBC]
drivers [ODBC], about drivers

Drivers

Drivers are libraries that implement the functions in the ODBC API. Each is specific to a particular DBMS; for example, a driver for Oracle cannot directly access data in an Informix DBMS. Drivers expose the capabilities of the underlying DBMSs; they are not required to implement capabilities not supported by the DBMS. For example, if the underlying DBMS does not support outer joins, then neither should the driver. The only major exception to this is that drivers for DBMSs that do not have stand-alone database engines, such as Xbase, must implement a database engine that at least supports a minimal amount of SQL.

This section contains the following topics.

See Also

Microsoft-Supplied ODBC Drivers