Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to prevent corrupting tables
Message
De
25/10/2001 16:55:00
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
How to prevent corrupting tables
Divers
Thread ID:
00573404
Message ID:
00573404
Vues:
55
I now responsible for an existing multi-user VFP application (currently VFP 5, willing to use newer versions). Tables are on a server (Novel).
It opens all the tables when the application starts (a hold over from original FPW opplication), it uses private data sessions for data entry forms. Recent a user crashed and I think this currupted a few tables but adding an empty record which caused the part of creates the keys to restart at 1 and thus create duplicate records. I was able to fix this by deleting bad records, but this may have caused some counts in other tables to be bad.

I do not want to be in the table repair bussiness and thus would like to avoid situations like this. Any suggestions appreciated.

One thought I had to minimize potentail bad records is NOT open the tables when application starts but only when data is being added or updated. Is this a viable approach?

What is the overhead?
How do I code this efficiently?

FWIW it uses SDT.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform