Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Multiuser file access
Message
From
06/12/2013 04:38:11
 
 
To
05/12/2013 12:12:49
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Web
Miscellaneous
Thread ID:
01589362
Message ID:
01589411
Views:
57
>Hi All:
>
>Every time I run a transaction, my program either APPENDs BLANK to a log table, or updates an existing record in the log table.
>
>What is the best resource to consult with regard to doing this in a multiuser environment?
>
>Thanks,
>
>Yossi

Don't use Append Blank, use Insert Into instead, this is especially important in a multiuser environment. And in general you should never update a record in a log table, you should only add new records.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform