Group: ODBC API - Library: odbc32
Enumerating ODBC Data Sources available on the local computer
Enumerating ODBC drivers available on the local computer
Testing an ODBC connection for supporting specific functionality
Using vendor-neutral SQL constructs
Using SQLBrowseConnect to connect to a data source through a number of iterative calls (SQL Server)
Retrieveing general information about the driver and data source associated with an ODBC connection
Establishing connection using the SQLDriverConnect
Obtaining list of tables stored in an ODBC Data Source
SQLRETURN SQLFreeEnv(
SQLHANDLE Handle);
DECLARE SHORT SQLFreeEnv IN odbc32;
INTEGER env
Handle [Input] The handle to be freed.
SQL_SUCCESS (0), SQL_ERROR, or SQL_INVALID_HANDLE.