Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Multiuser environment
Message
From
18/06/2002 10:57:07
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00669613
Message ID:
00669752
Views:
16
>Hi guys..
>Need help in program with multiuser environment...
>Which is the best using buffering or not... If using buffering what's the different between buffer 5 with 3.....
>Cause i oftenly got confused using it... There's always a wait windows "attempting to lock..... esc to cancel"..... quite a long, maybe about 1 minutes... hence only me use the program, when i click save button.....
>
>
>help me out here...
>thanks...
>
>regards,
>tut_arie

Use Optimistic Table buffering. Row buffering causes automatic updates when the record pointer is moved, table buffering gives the developer complete control: updates are not made until a TABLEUPDATE() is issued.

Check the docs for the options available when using TABLEUPDATE, and also check the docs for SET REPROCESS.
Erik Moore
Clientelligence
Previous
Reply
Map
View

Click here to load this message in the networking platform