ODBC drivers and driver managers

The ODBC driver manager accepts ODBC API function calls from the application and passes them to an ODBC driver for processing. The driver manager also accepts results from the driver and passes them to the application. The driver interacts with the file system or database management system to access required data.