ODBC Server Messages Manual

NonStop™ ODBC Server Messages
NonStop ODBC Server Messages Manual429394.001
1-36
Messages Displayed on the Workstation
32213
Cause. Stated in the error message.
Effect. The statement fails.
Recovery. Correct the statement so that NULL values are not used in assignments and
comparisons to NonStop™ SQL/MP columns that do not allow NULLs.
32214
Cause. Stated in the error message.
Effect. The statement fails.
Recovery. Check the data type of the target NonStop™ SQL/MP column and correct
the statement.
32215
Cause. The user attempted an operation requiring WRITE access, but is authorized only
for READONLY access.
Effect. The statement fails.
Recovery. Modify the user’s profile to include WRITE access or switch to an alias that
allows WRITE access.
32216
Cause. Stated in the error message.
Effect. The statement does not complete. No rows are returned.
Recovery. The limit is stored in the governing table. Consider specifying a different
statement or changing the limit value.
Attempt to assign or compare NULL to a column which does not
allow NULL values.
Try to assign or compare a value data-value with incompatible
data type.
Access violation. The user does not have WRITE access.
Value-1 exceeds the maximum limit of value-2. Execution of
this statement is stopped.