"Cursor not in a valid state"
| Item | Description |
|---|---|
|
SQLCode |
-853L |
|
Constant |
CURSOR_INVALID_STATE |
|
SQLState |
24000 |
|
ODBC 2 State |
24000 |
|
ODBC 3 State |
24000 |
|
Sybase Error Code |
2501 |
|
Severity Code |
You attempted to use a cursor that is not in a valid state for the attempted operation. For example, the cursor may have encountered an error. In UltraLite, this error occurs if you attempt to set parameters for a prepared statement while a result set (cursor) is open for the statement.