Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problems delete from remote view
Message
 
To
04/02/2005 16:03:41
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 6 SP5
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00984018
Message ID:
00984453
Views:
13
Try TABLEUPDATE(1, .T.). When you do DELETE FROM, the record pointer moves at EOF and TABLEUPDATE(.T.) only commits current row.

>Hello everyone,
>
>My issue this time is: I'm trying to delete a record from a parameterizedd remote view. I load the data in my view, then i try to delete one record from the table. I use the DELETE FROM WHERE clause and then I issue a TABLEUPDATE(.t.), then a TABLEREVERT(.t.). The remote view is included in a data environment that is loaded when the program is loaded and it is set to optimistic table buffering.
>When all this is done, the record is still there.
>
>Help, please!
>
>Josh
- Jayesh
Previous
Reply
Map
View

Click here to load this message in the networking platform