Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
TRANSACTIONS and Record Locks
Message
From
28/02/2000 23:29:58
 
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00338662
Message ID:
00338909
Views:
22
>I am updating 1050 rcords in a table buffered view...
>

James, I don't think this situation calls for a buffered update. Consider this code:

scan for iForeign_key <> 100
replace iForeign_key with 100
endscan

Run this in the default data session (no buffering) with an error trap. If it doesn't finish properly, then just run it again. You don't need to ROLLBACK.

Peter Robinson
Peter Robinson ** Rodes Design ** Virginia
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform