Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Table locks up over network
Message
 
 
To
13/03/2000 11:45:57
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00344344
Message ID:
00345044
Views:
28
>Thanks everyone,
>
>I have set table buffering on. I use this code to do it.
>
>set multilocks on
>lSuccess=CURSORSETPROP("Buffering", 5, "contact")
>
>Now the users can scroll the table over the network and it doesn't lock up for the second user to come upon a record another user is on. The problem now is that my delete and add buttons don't work. When I delete it doesn't save the deletion and the same is for the addition.
>
You must issue a TABLEUPDATE() to force the buffered data to disk. See the help for parameter explanations.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Previous
Reply
Map
View

Click here to load this message in the networking platform