Mensaje
De
22/03/2010 10:08:45
 
 
a
Todos
General information
Foro:
Visual FoxPro
Category:
Bases de datos, tablas, vistas, índices y SQL
Título:
SET DELETED ON and SQL Select
Miscellaneous
ID de la conversación:
01456091
ID del mensaje:
01456091
Views:
119
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
Responder
Mapa
Ver