CHAPTER 10 Database Error Messages
873
Statement is not allowed in passthrough mode
Item Value
SQLCODE -707
Constant SQLE_STMT_NOT_ALLOWED_IN_PASSTHROUG
H
SQLSTATE 0AW05
Sybase error code 13631
ODBC 2 State 37000
ODBC 3 State 42000
You tried to execute a statement that cannot be executed while in
passthrough mode. For example, you may have executed a batch statement.
statement’s size limit is invalid.
Item Value
SQLCODE -674
Constant SQLE_INVALID_CURSOR_RANGE
SQLSTATE 09W07
Sybase error code 13713
ODBC 2 State 42000
ODBC 3 State 42000
FIRST or TOP n are used in a SELECT statement to limit the size of a result.
The size limit ’n’ must be a constant integer greater than 0 and less than
32767.
Probable cause
Probable cause