|
Copyright ® (1997-2003) EDMGROUP Pty Ltd - EZY Prolog Reference |
main page
ODBC subsystem allows access to SQL databases via ODBC interface.
The following list of functional calls provides complete functionality for reading and writing data into SQL databases via ODBC interface.
|
Returns the version of the ODBC support functional engine. | ||
|
Returns the active ODBC sources | ||
|
Connection to ODBC Source | ||
|
Disconnection to ODBC | ||
|
Returns ODBC source table list | ||
|
Sets the record parameters for SQL query. | ||
|
Release current recordset object from memory. | ||
|
Takes the current record from the ODBC source. | ||
|
Returns the properties of the current ODBC Database record settings. | ||
|
Executes the SQL query. | ||
|
Shifts the pointer to the next record of the ODBC source. |