CHAPTER 10 Database Error Messages
879
Syntax error near ’%1’
Item Value
SQLCODE -131
Constant SQLE_SYNTAX_ERROR
SQLSTATE 42W04
Sybase error code 102
ODBC 2 State 37000
ODBC 3 State 42000
Parameter 1 The word or symbol where the syntax error has been
detected.
The database server cannot understand the statement you are trying to
execute. If you used a keyword (such as DATE) for a column name, try
enclosing the keyword in quotation marks ("DATE").
Syntax error, cannot specify IQ specific options without specifying
IQ PATH
Item Value
SQLCODE -687
Constant SQLE_IQ_PATH_SYNTAX_ERROR
SQLSTATE 42W48
Sybase error code 102
ODBC 2 State 37000
ODBC 3 State 42000
The database server cannot understand the statement you are trying to
execute. If you used a keyword (such as DATE) for a column name, try
enclosing the keyword in quotation marks ("DATE").
Probable cause
Probable cause