Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Selecting deleted records
Message
De
29/06/2004 22:08:59
Gavin Reid
L & M Marketing Pty Ltd
Frenchs Forest, Australie
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Selecting deleted records
Divers
Thread ID:
00918830
Message ID:
00918830
Vues:
33
Hi All,

How do I select records from multiple tables when looking for a deleted record?

In the following statement the deleted flag is not being respected:
SET DELETED OFF
SELECT table1.* ;
    FROM table1, table2 ;
    WHERE table2.myfield = table1.myfield ;
    AND DELETED("table1")
I realise that a VFP SQL statement opens tables again and gives them their own aliases. Is there any way to use DELETED() in a SQL statement with multiple tables?

Thanks,
Gavin.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform