Using SAP DB v7.3 via Sql Studio I get the following error when trying the
simple insert below:
insert into country(ISO_CODE) values ('QQQ')
-9041 General error;-9041 POS(1) System error: BD Index not accessible.
[ODBC] [S1000] General error
The inserts used to work fine before this error, and after dropping the table and recreating it, they do again. But what caused the error, and how can I fix it without dropping the table in future?
insert into country(ISO_CODE) values ('QQQ')
-9041 General error;-9041 POS(1) System error: BD Index not accessible.
[ODBC] [S1000] General error
The inserts used to work fine before this error, and after dropping the table and recreating it, they do again. But what caused the error, and how can I fix it without dropping the table in future?
###########################################
This message has been scanned by F-Secure Anti-Virus for Microsoft Exchange.
For more information, connect to http://www.F-Secure.com/
This does NOT guarantee that the mail is completely virusfree!
Treat ALL E-mails with caution!!!
