Connecting to an ODBC Data Source of Driver
An application can be connected to any number of drivers and data sources. These can be a variety of drivers and data sources, the same driver and a variety of data sources, or even multiple connections to the same driver and data source.
Allocating the Environment Handle
The first task for any ODBC application is to load [...]