ODBC Driver Manager

The ODBC Driver Manager manages the communications between the user applications and ODBC Drivers. Typically, user applications are linked against the ODBC Driver Manager. The Driver Manager manages the job of loading and unloading the appropriate ODBC Driver for the application. Applications make ODBC calls to the ODBC Driver Manager, which performs basic error checking and then processes these calls or passes them on to the underlying ODBC Driver.

The ODBC Driver Manager is not a required component, but it exists to solve many issues surrounding ODBC application development and deployment. Some advantages of using an ODBC Driver Manager are:

To use the ASE ODBC Driver without using the ODBC Driver Manager, you can link your application directly with the ASE ODBC Driver library. Then, the resulting executable can connect to only ASE data sources.

An ODBC Driver Manager is not included with the ASE ODBC Driver: typically, it is installed when you install the operating system. Also, multiple open source and commercial implementations of ODBC Driver Manager are available. The ASE ODBC Driver works with any ODBC Driver Manager implementation.

The ASE ODBC Driver has been tested with the following ODBC Driver Managers: