Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Memo file is missing or invalid, during copying
Message
 
 
À
17/03/2009 09:09:31
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Versions des environnements
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01388460
Message ID:
01388650
Vues:
55
No, Reprocess works for VFP locking only. If a .DBF is locked by some outside process, you'll get 'Access denied' or 'File in use' error immidiately on USE. My guess is that in your case .FPT is much bigger than .DBF so you most likely get errror on .FPT than .DBF.

>USE reacts well during copying of myTable.DBF, because it discovers that some other process is currently locking myTable.DBF. SET REPROCESS defines the behavior in that case. But when USE finds out that myTable.DBF is not locked, it will open it, only to find out a tiny bit later that myTable.FPT (or CDX too?) is locked. And then, instead of doing what it would have done if myTable.DBF was locked, it will generate the error 'Memo file is missing or invalid'.
>
>What's your insight?
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform