ODBC Server Messages Manual
NonStop™ ODBC Server Messages
NonStop ODBC Server Messages Manual—429394.001
1-10
Messages Displayed on the Workstation
32037
Cause. An unsupported clause was specified on a CREATE INDEX statement.
Effect. The statement or batch of statements fails.
Recovery. Remove the unsupported clause.
32039
Cause. The table name is required but was omitted.
Effect. The statement or batch of statements fails.
Recovery. Correct the statement to include the table name.
32040
Cause. Stated in the error message.
Effect. The statement or batch of statements fails.
Recovery. Remove the database name from the statement.
32041
Cause. The statement contains a syntax error or unsupported feature.
Effect. The statement or batch of statements fails.
Recovery. Correct the statement or remove the unsupported feature from the statement.
32042
Cause. Stated in the error message.
Effect. The statement fails.
Recovery. Correct the PRINT statement to specify only a CHAR or VARCHAR value.
option is not a valid CREATE INDEX option.
For DROP INDEX, you must give both the table and the index
name in the form table-name.index-name.
DROP INDEX does not allow specifying the database name as a
prefix to the object name.
Incorrect syntax near statement.
Message passed to PRINT must be of type CHAR or VARCHAR.