Alphabetic list of error messages
866
SELECT returns more than one row
Item Value
SQLCODE -185
Constant SQLE_TOO_MANY_RECORDS
SQLSTATE 21000
Sybase error code 13637
ODBC 2 State ERROR
ODBC 3 State ERROR
You tried to use a SELECT statement without a cursor, but the statement
cursor returns more than one row. Only a single row SELECT statement can
be used in this context.
Server %1: %2
Item Value
SQLCODE -660
Constant SQLE_OMNI_REMOTE_ERROR
SQLSTATE WO005
Sybase error code 13732
ODBC 2 State ERROR
ODBC 3 State ERROR
Parameter 1 The name of the remote server.
Parameter 2 The message from the remote server.
A message was generated by a remote server. The message text is included."
Probable cause
Probable cause