Driver Manager
The driver manager is a dynamic link library (DLL), the purpose
of which is to load drivers. It also performs the following functions:
- Maps a data source name to a specific driver DLL.
- Processes ODBC initialization calls.
- Provides the entry points to the ODBC functions for each driver.
- Provides parameter and sequence validation for ODBC calls.