ODBCClose
ODBCClose closes a connection to an ODBC data source.
This function is valid in TurboIntegrator processes only.
Syntax
ODBCClose(Source);
Argument |
Description |
---|---|
Source |
The name of an open ODBC data source. |
Example
ODBCClose('Accounting');
This example closes the connection to the Accounting ODBC source.