Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Delete record in cursor created with CA
Message
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01477582
Message ID:
01477590
Views:
52
>Hi,
>
>I want to delete a record in a cursor created with a CursorAdapter record but not the record in the base table (in SQL Server)? How do you do it? TIA.


If you give us the reason why, maybe it will be easier to us.

You could delete the record and than make something like this:
DELETE
thisCA.SendUpdates = .f.
TABLEUPDATE(......)
thisCA.SendUpdates = .t.
Make INSTEAD OF DELETE Trigger in SQL Server.
It depends what you want to do.
Why you want to delete the records in the Frontend but not in BackEnd?
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform