|
Copyright ® (1999-2005) EDMGROUP Pty Ltd - EZY Prolog Reference |
Type | Predicate | Parameters | Flow pattern | Description |
|---|---|---|---|---|
determ | Close ODBC engine | |||
determ | STRING DSN, | (i,i,i,o) | Connect to ODBC source | |
determ | ODBC_CONNECTION , | (i,o) | Disconnect from opened ODBC source | |
determ | Intialize ODBC interface | |||
determ | ODBC_CONNECTION DB_CONNECTION, | (i,i,i,i,o) | Create recordset by executing SQL statement | |
determ | (i,i,o,o) | Get properties of the ODBC column | ||
determ | (i,i,o) | Execute SQL statement and get list of errors | ||
determ | (i) | move to the next record in ODBC recordset | ||
determ | RECORDSET R, | (i,o,o,o,o,o) | Get properties of ODBC recordset | |
determ | (i,o) | Get current record from ODBC recordset | ||
determ | (i) | Release(close) opened ODBC recordset | ||
determ | SLIST SOURCE_LIST | (o) | Get list of ODBC sources | |
determ | ODBC_CONNECTION , | (i,i,o) | Get list of fields for selected table | |
determ | ODBC_CONNECTION DB_OBJECT, | (i,o) | Get list of Tables for selected ODBC source | |
determ | (o,o,o) | Version of ODBC engine |