ODBC
Kalipso - Developing - Error Codes - ODBC
Code | Error | Description |
-201 | K_ERROR_ODBC_CONNECT | Error connecting to a ODBC database |
-202 | K_ERROR_ODBC_EXECUTING_QUERY | Error executing query on a ODBC database |
-203 | K_ERROR_ODBC_EXECUTING_STORED_PROCEDURE | Error executing stored procedure on a ODBC database |
-204 | K_ERROR_ODBC_KALIPSO_SAFETY_PREVENT_DELETE_UPDATE | Error executing query on an SQLite database. Internal safety feature to prevent delete/update without where |
-205 | K_ERROR_ODBC_OPERATION_NOT_ALLOWED_ON | Operation not allowed on a ODBC database (Kill Table) |
-206 | K_ERROR_ODBC_EXECUTING_KALIPSO_REQUEST | Error executing Kalipso request through ODBC connection (GetDateTimeFromServer) |
Last updated