Constant | Description |
gdbODBCSuccess | The operation completed successfully. The additional information about the error is absent in the GDBEngine::ExternalDatabaseErrors collection. |
gdbODBCSuccessWithInfo | The operation completed successfully. A non-fatal error is possible. The additional information can be retrieved from the GDBEngine::ExternalDatabaseErrors collection. |
gdbODBCNoDataFound | An attempt to access non-existent data (e.g., when all records from a recordset have been retrieved). The additional information about the error is absent in the GDBEngine::ExternalDatabaseErrors collection. |
gdbODBCError | An error occurred. The additional information can be retrieved from the GDBEngine::ExternalDatabaseErrors collection. |
gdbODBCInvalidHandle | An error occurred. Invalid handle of ODBC environment, a connection, or a statement. It means that an error occurred in the GIS kernel or in an application. The additional information about the error is absent in the GDBEngine::ExternalDatabaseErrors collection. |
gdbODBCStillExecuting | Asynchronous execution is not completed. The additional information about the error is absent in the GDBEngine::ExternalDatabaseErrors collection. |
gdbODBCNeedData | Additional data required for the ODBC driver. The additional information about the error is absent in the GDBEngine::ExternalDatabaseErrors collection. |