ODBC - Driver

Card Puncher Data Processing

About

An ODBC driver is just a shared library that implements the ODBC API that provides a common set of function to be able to connect to a data source.

You can then for instance on Linux:

  • try to load them: dltest /path/to/driverFile.so
  • see their dependency: ldd /path/to/driverFile.so

ODBC drivers are available for most of the databases:

  • Oracle,
  • SQL Server,
  • Sybase,
  • DB2 etc.

Each type of database has a different ODBC driver.





Discover More
Card Puncher Data Processing
ODBC - DSN (data source name)

When an ODBC based application connects to a database, it connects to a logical name, the Data Source Name (DSN), which identifies the datasource to which it wants to connect. Some external repository...
Card Puncher Data Processing
ODBC - Driver Manager

The Driver manager of unixODBC allows an application to connectconcurrently to different types of data source and then using more than one ODBC drivers at a time. A driver manager itself implements and...
Card Puncher Data Processing
ODBC - Open Database Connectivity

In computing, Open Database Connectivity (ODBC) provides a standard software API method for using database management systems (DBMS). The designers of ODBC aimed to make it independent of programming languages,...
Timesten Component
Timesten - Driver Manager

Driver manager allows an application to connectconcurrently to different types of data source and then using more than one ODBC drivers at a time. A driver manager itself implements and exposes the ODBC...



Share this page:
Follow us:
Task Runner