Extended ODBC functions.

ASQLDataSourcesStores information about configured ODBC data sources into an array.
ASQLDriversStores information about the installed ODBC drivers into an array.
ChangeSQLDataSourceModifies a ODBC data source.
CreateSQLDataSourceCreates a ODBC data source.
DeleteSQLDataSourceDeletes a ODBC data source.
SQLCancelExReleases a prepared SQL statement.
SQLExecExExtended SQLEXEC, sends a SQL statement to the data source, where the statement is processed.
SQLGetPropExExtended SQLGETPROP, retrieves ODBC connection attributes.
SQLPrepareExExtended SQLPREPARE.
Prepares a SQL statement for remote execution by SQLExecEx( ).
SQLSetPropExExtended SQLSETPROP, sets ODBC connection attributes.