Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Delete record in cursor created with CA
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01477582
Message ID:
01477590
Vues:
54
>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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform