06101409.txt 10-Jun-00


Subject: Re: imagine pls help (8006)
From: "Stephen Quinn" <squinn@brutecom.com.au>

aloneman

From the Comix NG
-----------------
8006: Old key not found

This indicates that a key which should have been in the
  index was not found when an update on the index was made.
The most common cause of this error is opening the same
  index twice.
Specifically, the structural index is automatically opened
  when the database is opened. Some developers then
  explicitly open the index again with dbSetIndex(). (If you
  don't want the structural index to be automatically
  opened, see cmxAutoOpen()).
Another reason for this error is updating a database without
  having an index open, and then later opening that index
  and further updating the database (i.e., index out of sync
  with database).

HTH
Steve Quinn