Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Updateable view
Message
From
11/01/2001 00:14:03
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Updateable view
Miscellaneous
Thread ID:
00462051
Message ID:
00462051
Views:
40
How can I sure that the base table have been updated? Does it means when I issue TABLEUPDATE() command at view, the append data will update at base table? or I need to issue another TABLEUPDATE() at base table??

I face a problem when I append a new record to view. After I issue the TABLEUPDATE() command at view (user click Save Button), if user press Edit button and modify the data, and save it immediately, system will prompt me UPDATE CONFLICT.

I solve it by move the base table record pointer(GO TOP...) once user update the view.

I think this is not a proper solution. Can anyone tell me how to solve it?

TIA.
Next
Reply
Map
View

Click here to load this message in the networking platform