Error #  | 
Error message  | 
Definition  | 
500  | 
Data source connection has not been established.  | 
You have not established the data source connection for your program.  | 
501  | 
Invalid cursor state.  | 
You have attempted a database operation on a statement that is closed.  | 
502  | 
ODBC error.  | 
An ODBC error was returned.  | 
503  | 
Undefined column.  | 
You have tried to access a column that doesn稚 exist.  | 
504  | 
Undefined attribute.  | 
You have tried to access an attribute that doesn稚 exist.  | 
505  | 
Unsupported data type.  | 
You have tried to assign data to a field that doesn稚 support that data type.  | 
506  | 
Statement must be closed before reopening on a connection.  | 
You have tried to open a statement twice on the same connection.  | 
507  | 
Connection must be closed before connecting to a new data source.  | 
You have tried to connect to a new data source before closing your connection.  | 
508  | 
Attribute is read-only at runtime.  | 
You have tried to set an attribute for a database that can稚 be modified.  | 
509  | 
ODBC warning.  | 
There is a problem with your ODBC operation. The operation will still be completed.  |