ODBC Server Messages Manual
NonStop™ ODBC Server Messages
NonStop ODBC Server Messages Manual—429394.001
1-26
Messages Displayed on the Workstation
32154
Cause. The SELECT statement lists column names but is missing the FROM clause.
Effect. The statement fails.
Recovery. Correct the statement, making sure it includes a FROM clause.
32155
Cause. A syntax error occurred in the statement.
Effect. The statement fails.
Recovery. Check the statement to make sure there is no error: for example, a reserved
word used as part of an object name. Contact your service provider.
32156
Cause. Stated in the error message.
Effect. The statement fails.
Recovery. Correct the statement to assign only nonnull values to variables.
32157
Cause. The statement contains a string operator in an expression; string operators are
unsupported.
Effect. The statement or batch of statements fails.
Recovery. Remove string operators from the statement.
32158
Cause. The format for the specified object name is incorrect.
Effect. The statement fails.
Invalid column name column-name.
Syntax error encountered.
NULL assignment to variables is not supported.
String operations are not supported.
The object name object-name contains more than the maximum
number of prefixes. The maximum is maximum-number.