Extended ODBC functions.
ASQLDataSources | Stores information about configured ODBC data sources into an array. |
ASQLDrivers | Stores information about the installed ODBC drivers into an array. |
ChangeSQLDataSource | Modifies a ODBC data source. |
CreateSQLDataSource | Creates a ODBC data source. |
DeleteSQLDataSource | Deletes a ODBC data source. |
SQLCancelEx | Releases a prepared SQL statement. |
SQLExecEx | Extended SQLEXEC, sends a SQL statement to the data source, where the statement is processed. |
SQLGetPropEx | Extended SQLGETPROP, retrieves ODBC connection attributes. |
SQLPrepareEx | Extended SQLPREPARE. Prepares a SQL statement for remote execution by SQLExecEx( ). |
SQLSetPropEx | Extended SQLSETPROP, sets ODBC connection attributes. |