Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Selecting deleted records
Message
From
29/06/2004 22:08:59
Gavin Reid
L & M Marketing Pty Ltd
Frenchs Forest, Australia
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Selecting deleted records
Miscellaneous
Thread ID:
00918830
Message ID:
00918830
Views:
34
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.
Next
Reply
Map
View

Click here to load this message in the networking platform