[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
Internal Error # 1210
Index out of sync with database
----------------------------------------------------------------------------------
1210 means that an index is out of synch with a database. This can happen
for a variety of reasons, from an index not being open during a database
update, to a user rebooting the program, to indexes not being of uniform
length.
Make sure that all your index files associated with a database are open
when updating the file, this can be accomplished by opening all dbf files
at the beginning of your application.
Make sure that the database is not being updated through a utility
external to the application ( eg. DBU ) without the Indexes being open.
When running an application on a Network and updating a Record in the DBF
file make sure that you Rlock -> Replace -> Commit -> Unlock in that
order.
Recreate the Index files with INDEX ON and follow the above steps to
insure that the index file is being updated correctly.
(Robert Hercz 100023,2414)
(CA Internal Error Listing 03OCT93)
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson