Database and Data Source Functions

DBAdd                    Executes in its own thread to add a record to a VTS database and returns an indication of parameter errors.

DBGetStream           Executes in its own thread to convert a database to a stream, and returns an indication of parameter errors.

DBListGet                Executes in its own thread to retrieve certain records from a list in a VTS database and returns an indication of parameter errors.

DBListSize               Executes in its own thread to retrieve the size of a certain list in a VTS database and returns an indication of parameter errors.

DBRemove              Executes in its own thread to remove a record from a VTS database and returns an indication of parameter errors.

DBSystem               Creates a VTS database and returns its value.

DBTrace                  A trace engine that records live data to a SQL database

DBTransaction          Executes in its own thread to perform an action on a VTS database and returns an indication of parameter errors.

DBUpdate                Executes in its own thread to update a VTS database from a given stream and returns an indication of parameter errors.

DBValue                  Returns a certain value retrieved from a VTS database.

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

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.

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 data source and returns it as a (dynamically allocated) array.

TODBC                    Performs an ODBC command (similar to the ODBC function except TODBC runs in its own thread).

TODBCConnect         Forms a connection to an ODBC database (similar to the ODBCConnect function except TODBC runs in its own thread).

TODBCDisconnect     Stops a connection to the ODBC database (similar to the ODBCDisconnect function except TODBC runs in its own thread).