Internal Error #1210, __DBPACK(0)

() Record not found in index. It should only occur if the database
is updated without the index being open. Recreating the index and
re-running may clear it up. ~

(See Also Richard Thompson's BADPAC.ZIP or Fernando Villar's
IE1210.COM in the Nanforum libraries for examples)

(#95089) This scenario says to make a small database, and then make
2 indexes, one indexed on a large field and the other a small field).
Make sure the order in the SET INDEX command is <large key> then
<small key>. Performing consecutive GO BOTTOM; DELETE; PACK will crash
to internal error #1210.

() I was unable to reproduce this error by using this method. My key
was 30 characters for the large index, 1 for the small, and I had 300
records in my test database.