Jump to content

ODBC: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Created page with "'''Open Database Connectivity''' (ODBC) is an API for accessing database management systems (DBMS). Components: *Driver Manager (ODBC.DLL) *Import library (ODBC.LIB) ==ODBC ..."
 
Ak120 (talk | contribs)
mNo edit summary
Line 17: Line 17:
* http://www.iodbc.org
* http://www.iodbc.org


[[Category:Databases]]
[[Category:Database Connectivity]]

Revision as of 21:14, 28 October 2017

Open Database Connectivity (ODBC) is an API for accessing database management systems (DBMS).

Components:

  • Driver Manager (ODBC.DLL)
  • Import library (ODBC.LIB)

ODBC 1.0

  • Microsoft Access 1.0 - ODBC driver for MS SQL Server

ODBC 3.0

  • INTERSOLV DataDirect ODBC

Publications

  • Microsoft ODBC 2.0 Programmer's Reference and SDK Guide - Microsoft Press

Links