Contents Index Connecting to a data source Establishing a connection

ASA Programming Guide
  ODBC Programming
    Connecting to a data source

Choosing an ODBC connection function


ODBC supplies a set of connection functions. Which one you use depends on how you expect your application to be deployed and used:

The examples in this chapter mainly use SQLDriverConnect.

For a complete list of connection parameters that can be used in connection strings, see Connection parameters.


Contents Index Connecting to a data source Establishing a connection