Jump to content

ODBC: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
 
(One intermediate revision by the same user not shown)
Line 10: Line 10:
==ODBC 2.10==
==ODBC 2.10==
* DataDirect ODBC 2.10 Driver Pack (1995)
* DataDirect ODBC 2.10 Driver Pack (1995)
==ODBC 2.5==
* DataDirect ODBC 2.5.3 (Windows 3.1)


==ODBC 3.0==
==ODBC 3.0==
Line 16: Line 19:
==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==

Latest revision as of 15:41, 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 2.5

  • DataDirect ODBC 2.5.3 (Windows 3.1)

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