Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error 109
Message
From
21/07/2007 22:26:24
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01241777
Message ID:
01242586
Views:
14
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
Previous
Reply
Map
View

Click here to load this message in the networking platform