ODBC Server Messages Manual

NonStop™ ODBC Server Messages
NonStop ODBC Server Messages Manual—429394.001
1-9
Messages Displayed on the Workstation
32032
Cause. The statement specified an incompatible value for this field. For example, an
integer value was assigned to a character field.
Effect. The statement fails.
Recovery. Correct the statement to assign a compatible value.
32033
Cause. An overflow occurred while processing a variable.
Effect. The statement fails.
Recovery. Correct the variable expression or declaration.
32034
Cause. Too large a value was specified on the SET TEXTSIZE statement.
Effect. The statement fails.
Recovery. Specify a value between 0 and 4050.
32035
Cause. An unsupported ODBC/SQL Server data type was specified.
Effect. The statement or batch of statements fails.
Recovery. Remove the reference to the unsupported data type.
32036
Cause. Stated in the error message.
Effect. The statement or batch of statements fails.
Recovery. Use a separate statement for variable assignments that require aggregates.
Cannot assign incompatible data.
An internal error occurred during expression evaluation.
TEXTSIZE is too big. The maximum size is 4050 bytes.
The data type data-type is not valid or not supported.
A mix of nonaggregate and aggregate assignments to variables
is not supported.