Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Remote views and Deleted()
Message
De
13/08/1998 22:36:51
Charlie Schreiner
Myers and Stauffer Consulting
Topeka, Kansas, États-Unis
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00126751
Message ID:
00126779
Vues:
19
>Is there a way to view the deleted records in a table from a remote view.
>I found out that SET DELETED ON/OFF doesn't work with remote views.
>
>Thank you
My opinion is you are asking for trouble if you're trying to work with deleted records with views. Remember, if you SET DELETED OFF, then SELECT * FROM a table, any deleted records won't be deleted in your resulting Query. You would have to do a SELE *, DELETED("LocalAlias") AS DelFlag, etc. then DELETE FOR DelFlag.
I point this out with SELECT because your Views are done that way too.
Charlie
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform