Driver Manager


An ODBC application makes ODBC calls to the DriverManager. The DriverManager carries out a number of tasks for the application such as:

Most calls to the DriverManager get passed onto the loaded Driver to be further processed but that is of little concern to the application.

Some advantages to using an ODBC DriverManager include:

Authors