Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL is driving me crazy
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
SQL is driving me crazy
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01041034
Message ID:
01041034
Vues:
53
The following selects all the records and puts them into a cursor. About half the records are deleted and I see the deleted mark

SELECT * FROM obligor INTO CURSOR aa

The following selects all the records with name > 'C' and the deleted records are no longer marked for deletion. WHY? I am doing these two SQL statments back to back in the command window.

SELECT * FROM obligor INTO CURSOR aa WHERE name > 'C' ORDER BY name

Thanks

Brenda
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform