Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
BUG: File is in use by another user on view.
Message
From
20/02/2004 05:07:49
 
 
To
18/02/2004 08:03:07
Walter Meester
HoogkarspelNetherlands
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00878239
Message ID:
00879099
Views:
25
Hi Walter,

When view is in row buffering mode, each INSERT/APPEND does implicit TABLEUPDATE for the currently buffered record first. It is trying to update the base table which might be locked at the time.

Thanks,
Aleksey.



>VFP8 SP1
>
>In one of my classes I've got a strange bug when doing a INSERT INTO () VALUES ().
>I know this can cause problems on tables, but I was not aware that this could happen on a row buffered view as well.
>
>I tried to convert to an APPEND BLANK to determine if the problem had to do with the INSERT command, but to no effect:
>
>I tried to reproduce the behaviour in a sample program but to no effect. It only goes wrong on my applic object.
>
>I've been able to circumvent the issue to set table buffering on (in stead of rowbuffering) which solved the issue. It still is strange.
>
>Anyone seen this before?
>
>Walter
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform