Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Corrupted File?
Message
De
27/01/2008 14:49:34
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
01285906
Message ID:
01285921
Vues:
31
Naomi --

Both reasonable suggestions, which I will try ...

Is what is going wrong here some failure when two people try to insert at the same time? No automatic file locking? (Just trying to understand the root cause).

Thanks,

Jim


>>I have an event history file which evidently can get corrupted.
>>
>>The only time the file is written to is by this code
>>
Select 0
>>Use (fname) Alias EventHistory Shared
>>
>>Insert Into EventHistory (When, who, pgmname, exename, desc1, desc2) ;
>>	VALUES (MountainTime(),goVars.UserName, goVars.ApplicationName, Juststem(Sys(16,3));
>>	, lcText1, lcText2)
>>Use
>>
>>
>>Do I need to put some locking around this, and, if so, what would the code look like?
>>
>>Thanks
>
>Well, you can set the buffering on this file to 5, do insert command, then do tableupdate(). Also perhaps you can calculate MountainTime in the separate variable before INSERT command.
Jim Nelson
Newbury Park, CA
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform