ODBC Server Reference Manual

Transact-SQL Language
HP NonStop ODBC Server Reference Manual429151-002
4-93
SET
NOEXEC
is not supported. If included in a program used with the NonStop ODBC Server, an
error message is generated.
OFFSETS { keyword-list }
is not supported. If included in a program used with the NonStop ODBC Server, an
error message is generated.
PARSEONLY
parses subsequent statements but does not execute them (except for other SET
statements):
PARSEONLY affects all statements, including all pass-through statements.
The default is PARSEONLY OFF.
PROCID
is not supported. If included in a program used with the NonStop ODBC Server, an
error message is generated.
SHOWPLAN
is not supported. If included in a program used with the NonStop ODBC Server, an
error message is generated.
STATISTICS IO
is not supported. If included in a program used with the NonStop ODBC Server, an
error message is generated.
STATISTICS TIME
is not supported. If included in a program used with the NonStop ODBC Server, an
error message is generated.
ROWCOUNT number
is not supported. If included in a program used with the NonStop ODBC Server, an
error message is generated.
TEXTSIZE number
is the size, in bytes, of TEXT type data to be returned with a SELECT statement.
The number is a number between 0 and 4050.
If you specify 0, the text size is unchanged. If you do not explicitly set TEXTSIZE,
the default is 512 bytes.
ON Statements are parsed but not executed.
OFF Statements are executed as they are received.