Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Excluding Deleted Records
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00291262
Message ID:
00291354
Vues:
30
>How do I make a view exlude the deleted records from within the view designer?
>
>Paul

You can use the DELETED() expression in the SQL statement, but this doens't work if the view looks at more than one table.

The usual way to do this is just make sure that SEt DELETED is ON before you requery the view. Remember that SET DELETED is scoped to the current datasession.
Erik Moore
Clientelligence
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform