Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SET DELETED ON and SQL Select
Message
From
22/03/2010 10:08:45
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
SET DELETED ON and SQL Select
Miscellaneous
Thread ID:
01456091
Message ID:
01456091
Views:
116
cuatmmast is a cursor exctracted from at SQL Server table and a_stores is a native VFP table.
Having a blank storecode in curatmmast is a normal event. There are some records in a_stores with blank storecodes,
but they are marked for deletion.
The program begins with SET DELETED ON,, but this command finds the deleted records in a_stores.
What should I be doing here to be sure that delted records in a_stores are ignored?
SELECT curatmmast1->*,a_stores->store_name AS name,f_address AS street1, ;
f_city AS city ;
FROM curatmmast1 LEFT JOIN a_stores ON curatmmast1->storecode = a_stores->storecode ;
INTO CURSOR curatmmast READWRITE
Anyone who does not go overboard- deserves to.
Malcolm Forbes, Sr.
Next
Reply
Map
View

Click here to load this message in the networking platform