Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
See the deleted records 2
Message
 
À
10/02/2011 05:04:10
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01499560
Message ID:
01499561
Vues:
36
>(Reviving the topic from yesterday)
>How can I check a table if it has any deleted records?

If you have index on DELETED() (as many tables must have)
SET DELETED OFF
SELECT YourTable
SET ORDER TO TheOrderbyDeletedName
GO TOP
? DELETED()
Other way:
SET DELETED OFF
COUNT TO TestMe FOR DELETED()
? TestMe
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform