> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
> Behalf Of Eion McIntosh (CHCH)
> Sent: Thursday, 25 November 1999 12:53
> To: Multiple recipients of list delphi
> Subject: [DUG]: Index out of Date
>
>
> Hi
>
> Has anyone come across the 'Index out of date' error message.
> One of my applications is currently getting this message periodically
> and the only way around it is to copy all the records into an empty
> database.
> No other applications we have have done this.
>
> Borland's FAQ site mentions this error in Paradox Tables on NT and
> mentions opportunistic locking and mentions making some new registry
> settings but we are getting this on an 95 machine with a Dbase table.
>
> Any ideas?

There are two major possibilities

1. You are using a non maintained secondary index. Change all such indexes
to maintained and this problem will disappear.
2. Your indexes are getting corrupted. Various fixes which include flushing
all the data to disk each time you post, have been suggested here in the
past.

How frequently is "periodically"?

============================================
Patrick Dunford, Christchurch, NZ
http://patrick.dunford.com/

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to