Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create sql views and deleted records
Message
From
20/08/1999 20:47:32
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00256093
Message ID:
00256141
Views:
32
Hi Eric,

>Is the command SET DELETED ON is working when you attempt to create a SQL views.

Yes, when I do:

set deleted off
select * from orders into cursor mike1
set deleted on
select * from orders into cursor mike2
?reccount('mike1') &&178
?reccount('mike2') &&110

I get two numbers when orders has deleted records.
Previous
Reply
Map
View

Click here to load this message in the networking platform