Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Deleting a record from a multitable view
Message
From
05/08/2007 13:10:28
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01246019
Message ID:
01246038
Views:
24
Hi Naomi,

With the following code, I get an update conflict...


My other option has been to do a parent table record delete followed by a tableupdate, but it is not working.

My code:
SET MULTILOCKS ON
CURSORSETPROP('Buffering', 5, "stockbook")
select vuestock
DELETE
TABLEUPDATE()
Thanks very much,

Steve
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform