Open Database Connectivity: Difference between revisions

Content deleted Content added
CanisRufus (talk | contribs)
m RedWolf - bypassing redirect: UNIX
No edit summary
Line 1:
'''Open Database Connectivity (ODBC)''' is a standard [[software]] [[application programming interface|API]] for connecting to [[database management system]]s (DBMS). This API is independent of any one [[programming language]], database system or [[operating system]]. ODBC is based on the [[Call Level Interface]] (CLI) specifications from [[SQL]], [[X/Open]] (now part of [[The Open Group]]), and the [[ISO]]/[[International Electrotechnical Commission|IEC]]. ODBC was created by the [[SQL Access Group]] and first released in September, 1992.
 
ODBC is a native interface that is accessed through a language that can make calls into a [[native library]]. In case of the [[Microsoft Windows|Windows]] platform, this library is a [[DLL]]. [[Microsoft]] Windows was the first to provide an ODBC product. Now versions exist for [[Unix|UNIX]], [[OS/2]], and [[Apple Macintosh|Macintosh]] platforms as well.