Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Buffering and UPDATE SQL statement
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00358817
Message ID:
00358862
Views:
9
I'm not sure you need a TableUpdate() with row buffering and UPDATE-SQL. However, I would trap the changes to the parent and child tables inside a TRANSACTION to be sure that I'm not left with a data integrity problem if the change to the parent succeed but the changes to the child fail.

HTH
>I have parent and child tables - both with pessimistic row buffering. Based on changes to a record in the parent table, I issue an UPDATE SQL statement to update child records [on multiple fields]. Do I need a TABLEUPDATE command after the UPDATE? Should I use a TRANSACTION to avoid record locking problems?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform