Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL picking up deleted records
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
SQL picking up deleted records
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01243304
Message ID:
01243304
Views:
47
Hi

Im using row buffering then issuing a tableupdate which seems to come back successfully. IE I get .T.
Result=TABLEUPDATE(1,.T.,"RECTANGULARHEAD")
Then i'm deleting a record, then again
Result=TABLEUPDATE(1,.T.,"RECTANGULARHEAD")
Then when I do a
SELECT * FROM RECTANGULARHEAD WHERE !DELETED() INTO CURSOR TMPLIST
I get the record that I have just deleted included in my cursor?

I've got DELETED set to ON

Any help extremely appreciated
Rob
Next
Reply
Map
View

Click here to load this message in the networking platform