Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Remote views and Deleted()
Message
From
13/08/1998 22:36:51
Charlie Schreiner
Myers and Stauffer Consulting
Topeka, Kansas, United States
 
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00126751
Message ID:
00126779
Views:
17
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform