next up previous contents index
Next: Notes on specific ODBC Up: XSB-ODBC Interface Previous: Limitation and Guidelines for   Contents   Index

Error messages

ERR - DB: Connection failed
For some reason the attempt to connect to data source failed.

ERR - DB: Parse error
The SQL statement generated by the Interface or the first argument to odbc_sql/1 or odbc_sql_select/2 can not be parsed by the data source driver.

ERR - DB: No more cursors left
Interface run out of non-active cursors either because of a leak (See Section 4.3) or no more free cursors left.

ERR - DB: FETCH failed
Normally this error should not occur if the interface running properly.


next up previous contents index
Next: Notes on specific ODBC Up: XSB-ODBC Interface Previous: Limitation and Guidelines for   Contents   Index
Luis Fernando P. de Castro 2003-06-27