Jump to content

ODBC: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
Line 16: Line 16:
==Publications==
==Publications==
* ''Microsoft ODBC 2.0 Programmer's Reference and SDK Guide'' - Microsoft Press 1994, ISBN 1-55615-658-8
* ''Microsoft ODBC 2.0 Programmer's Reference and SDK Guide'' - Microsoft Press 1994, ISBN 1-55615-658-8
* Kyle Geiger: ''Inside ODBC'' - Microsoft Press 1995, ISBN 1-55615-815-7
* Robert Signore; John Creamer; Michael O. Stegman: ''The ODBC Solution: Open Database Connectivity in Distributed Environments'' - McGraw-Hill 1995, ISBN 0-07-911880-1


==Links==
==Links==

Revision as of 15:39, 4 April 2019

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 2.10

  • DataDirect ODBC 2.10 Driver Pack (1995)

ODBC 3.0

  • INTERSOLV DataDirect ODBC

Publications

  • Microsoft ODBC 2.0 Programmer's Reference and SDK Guide - Microsoft Press 1994, ISBN 1-55615-658-8
  • Kyle Geiger: Inside ODBC - Microsoft Press 1995, ISBN 1-55615-815-7
  • Robert Signore; John Creamer; Michael O. Stegman: The ODBC Solution: Open Database Connectivity in Distributed Environments - McGraw-Hill 1995, ISBN 0-07-911880-1

Links