Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error 109
Message
De
21/07/2007 22:26:24
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01241777
Message ID:
01242586
Vues:
15
Normand,

A buffering of 2 is a record-level pessimistic lock. If you issue TABLEUPDATE(), it will lock the record first. You might have some part of your system doing the same or causing that particular record to be locked somewhere.

Also, don't forget that when you move the record pointer, it will also implicitly do a TABLEUPDATE() on the record you have just left.

HTH

Dennis


>Hi Dennis,
>
>Thanks for your anwser. I know what is error 109. My problem is that "it's not suppose to happen" as far as I can see in my code.
>
>Most of my datas modifications are made by INSERT INTO who is not suppose to lock a file more than a fraction of second. At only one place in my code I use TABLEUPDATE() and my buffering is set to 2.
>
>So As I can't find de bug I try to look at some other possibilities.
>
>Normand
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform