Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Strange DELETE problem
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01138947
Message ID:
01138971
Views:
14
This message has been marked as the solution to the initial question of the thread.
>SET DELETED was already ON, and I'm still getting the deleted record. Thats why I tried
>the NOT DELETED(). I'm open to suggestion.

You cannot get deleted records with SET DELETED ON unless you're quering not saved buffered data. You either have to save pending changes or add WITH (BUFFERING = .T.) to the query.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform