ODBC Functions

ODBC                     Performs an ODBC command and returns a dynamically allocated array if required.

ODBCBeginTrans       Indicates to an ODBC-compliant database that a transaction is to be started.

ODBCCommit           Indicates to an ODBC-compliant database that a transaction is to be committed.

ODBCConfigureData  (Obsolete) Configures an ODBC data source and returns its error code.

ODBCConnect           Forms a connection to an ODBC-compliant database and returns the ODBC value associated with that database.

ODBCDisconnect       Stops a connection to the ODBC-compliant database.

ODBCRollback          Indicates to an ODBC-compliant database that a transaction is to be discarded.

ODBCSources           Retrieves a list of ODBC data sources and returns it as a dynamically allocated array.

ODBCStatus             Returns the requested information about the last ODBC statement to execute.

ODBCTables             Retrieves a list of the tables present in an ODBC-compliant database and returns it as a dynamically allocated array.

TODBC                    Performs an ODBC command similar to that of ODBC except that it runs in its own thread.

TODBCBeginTrans     Indicates to an ODBC-compliant database that a transaction is to be started in its own thread.

TODBCCommit         Indicates to an ODBC-compliant database that a transaction is to be committed in its own thread.

TODBCConnect         Forms a connection to an ODBC database. Similar to ODBCConnect except that it runs in its own thread.

TODBCDisconnect     Stops a connection to the ODBC database. Similar to ODBCDisconnect except that it runs in its own thread.

TODBCRollback         Indicates to an ODBC-compliant database that a transaction is to be discarded in its own thread.