- Aug
- 2,294
- 111
Please provide working examples for ODBC command and functions.
jpsoft.com
jpsoft.com
jpsoft.com
jpsoft.com
Joe
@ODBCOPEN
ODBCOPEN is a TCC variable function that opens a SQL database using the ODBC driver. You must call ODBCOPEN before doing a query with ODBCQUERY.
@ODBCQUERY
ODBCQUERY is a TCC variable function that queries SQL databases using the ODBC driver.
@ODBCCLOSE
ODBCCLOSE is a TCC variable function that closes the current active ODBC session.
Take Command / TCC Help v. 30
Joe