CHAPTER 10 Database Error Messages
857
RESTORE unable to write to file ā%1ā
Item Value
SQLCODE -718
Constant SQLE_RESTORE_UNABLE_TO_WRITE
SQLSTATE WB009
Sybase error code 13727
ODBC 2 State ERROR
ODBC 3 State ERROR
Parameter 1 File name of database file.
RESTORE was unable to write to one of the database files.
Result set not allowed from within an atomic compound statement
Item Value
SQLCODE -222
Constant SQLE_RESULT_NOT_ALLOWED
SQLSTATE 3BW02
Sybase error code 13655
ODBC 2 State ERROR
ODBC 3 State ERROR
You used a SELECT statement with no INTO clause or a RESULT
CURSOR statement within an atomic compound statement.
Probable cause
Probable cause