Hi All
I have a strange one:
I run the following with set deleted on
SELECT * FROM GHDD3 INTO CURSOR RESULTS WHERE alltrim(UPPER
(ghdsname)) = "SHIT"
WAIT WINDOW STR(RECCOUNT('RESULTS'))
the wait wind shows 0
when i run the above with set deleted off the wait wind shows the record count of the ghdd3 table.
the table ghdd3 has no deleted records so I am a bit confused. could anyone explain what is going on to me
Many Thanks
Nick
your help and advice is appreciated
I have a strange one:
I run the following with set deleted on
SELECT * FROM GHDD3 INTO CURSOR RESULTS WHERE alltrim(UPPER
(ghdsname)) = "SHIT"
WAIT WINDOW STR(RECCOUNT('RESULTS'))
the wait wind shows 0
when i run the above with set deleted off the wait wind shows the record count of the ghdd3 table.
the table ghdd3 has no deleted records so I am a bit confused. could anyone explain what is going on to me
Many Thanks
Nick
your help and advice is appreciated