Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Create sql views and deleted records
Message
De
20/08/1999 20:47:32
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00256093
Message ID:
00256141
Vues:
31
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform