ODBC - API (functions)

Card Puncher Data Processing

ODBC - API (functions)

About

The ODBC Application Programming Interface (API) defines the functions your application can call in the ODBC driver manager and the arguments they take.

The reference for the ODBC API is The Microsoft ODBC 3.0 Programmers Reference Volume 1 and 2 (ISBN 1-57231-516-4) although you may have some trouble finding this now.

The ODBC API is a library of ODBC functions that let ODBC-enabled applications connect to any database for which an ODBC driver is available, execute SQL statements, and retrieve results.

The ODBC API is strongly oriented toward C/C++ programmers. It uses a C interface

Most recently, Microsoft has introduced UDA (Universal Data Access) as an umbrella term that covers:

Each ODBC library defines and exposes (largely) the same set of functions.

Documentation / Reference





Discover More
Card Puncher Data Processing
ODBC - Driver

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...
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,...
Card Puncher Data Processing
Oracle Database - Gateway - Data Dictionary (from the remote data source) - The Translation Views

Data dictionary translations are views on non-Oracle data dictionary tables. They help Heterogeneous Services translate references to Oracle data dictionary tables into queries that can retrieve the equivalent...
Hs Odbc Excel Define Name
Oracle Database - How to read data through an ODBC connection with Gateway (Heterogeneous services)

This article is aimed to show how you can access data from oracle database via an odbc connection direct by using the gateway odbc agent (or program) generic connectivity. In this example, an odbc connection...
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