ODBC Server Messages Manual
NonStop™ ODBC Server Messages
NonStop ODBC Server Messages Manual—429394.001
1-34
Messages Displayed on the Workstation
32205
Cause. You must prepare the statement prior to requesting this operation.
Effect. The statement fails.
Recovery. Prepare the statement first, or use a statement that does not require
preparation.
32206
Cause. You must open the cursor prior to requesting this operation.
Effect. The statement fails.
Recovery. Open the cursor first.
32207
Cause. The estimated cost of the operation exceeds the user-specified threshold.
Effect. The operation does not complete.
Recovery. Check the request to make sure it is what you intended. Consider splitting
the request, if possible, or changing the threshold value.
32208
Cause. You have already opened the cursor prior to requesting this operation.
Effect. None.
Recovery. None; this is an informational message only.
Statement must be prepared before this operation.
Need to open the cursor before this operation.
The cost of the execution is too high. This statement will
not be executed.
The cursor has already been opened.