> For the complete documentation index, see [llms.txt](https://doc.sysdevmobile.com/kalipso5/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.sysdevmobile.com/kalipso5/developing/error-codes/odbc.md).

# 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)                             |
