Alphabetic list of error messages
724
Attempt to read beyond end-of-file in a compressed database
Item Value
SQLCODE -310
Constant SQLE_BEYOND_EOF
SQLSTATE WI001
Sybase error code 13666
ODBC 2 State ERROR
ODBC 3 State ERROR
While reading the database file, an attempt was made to read beyond the end
of the file. This is a fatal internal error.
Attempted two active database requests
Item Value
SQLCODE -298
Constant SQLE_DOUBLE_REQUEST
SQLSTATE 42W22
Sybase error code 13663
ODBC 2 State ERROR
ODBC 3 State ERROR
In Embedded SQL, you attempted to submit a database request while you
have another request in process. This often occurs in Windows when
processing the WM_PAINT message causes a database request, and you get
a second WM_PAINT before the database request has completed.
Probable cause
Probable cause