ODBC Server Messages Manual
NonStop™ ODBC Server Messages
NonStop ODBC Server Messages Manual—429394.001
1-28
Messages Displayed on the Workstation
32166
Cause. The RELEASE statement is missing the statement name, which is required.
Effect. The statement fails.
Recovery. Correct the statement to include a statement name.
32167
Cause. The PREPARE statement contains a syntax error.
Effect. The statement or batch of statements fails.
Recovery. Correct the statement.
32168
Cause. An EXECUTE statement in pass-through mode names a statement that has not
been prepared.
Effect. The statement or batch of statements fails.
Recovery. Prepare the statement before executing it, or correct the EXECUTE
statement to name a prepared statement.
32169
Cause. The EXECUTE statement contains a syntax error.
Effect. The statement or batch of statements fails.
Recovery. Correct the statement.
32170
Cause. Stated in the error message.
Effect. The statement or batch of statements fails.
Missing statement name in pass-through RELEASE statement.
Syntax error encountered in passthrough PREPARE statement.
Statement name has not been prepared.
Syntax error encountered in passthrough EXECUTE statement.
String literal must be enclosed within identical quotation
marks.