Difference between revisions of "ODBC"

From LIMSWiki
Jump to navigationJump to search
m (Added internal link.)
m (Updated cat)
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:


<!---Place all category tags here-->
<!---Place all category tags here-->
[[Category:Regulatory information]]
[[Category:Software and hardware terms]]

Latest revision as of 16:27, 22 August 2014

ODBC (Open Database Connectivity) is a Microsoft-created application programming interface (API) for "accessing data in a heterogeneous environment of relational and non-relational database management systems (DBMS)."[1] By extension, an ODBC-compliant database is one that uses ODBC to enable exchange information with other relational and non-relational databases. An ODBC client connects with other DBMSs through a driver, which exists for most DBMSs, including Oracle, PostgreSQL, MySQL, Microsoft SQL Server (except CE edition), Sybase ASE, and DB2.[2][3][1]

References