Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Deleted()
Message
From
20/03/2000 11:53:33
 
 
To
20/03/2000 11:24:51
Anthony Suarez
Black Marlin Data Corporation
Taguig, Philippines
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00346297
Message ID:
00347923
Views:
31
>>SET DELETED OFF
>> SELECT Field1, Field2 ;
>> FROM Table1 JOIN Table2 ON Table1.Field3 = Table2.Field4 ;
>> WHERE !DELETED("Table1") ;
>> AND DELETED("Table2")
>
>>The deleted() doesn't work.
>
>> How about the 2 Select statements?
>
>> Kev
>
>set deleted off
>select field1,field2 from table1 where not(deleted('table1')) into cursor cursor1
>set deleted on
>select cursor1.field1,field3,field4 from cursor,table2;
>where cursor1.field1 = table2.field3

The DELETED() function with an alias will not work in a SQL SELECT statement.
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform