Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Does index tag on DELETED() help?
Message
De
10/11/2004 02:46:10
Walter Meester
HoogkarspelPays-Bas
 
 
À
09/11/2004 14:33:56
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00958911
Message ID:
00959874
Vues:
10
Hi Fabio,

>In VFP9 beta not there is trace of this.

There is, search for "FOR DELETED()" and you'll find the topic.
CREATE CURSOR test (test I)
APPEND BLANK
INDEX ON Test TAG TEST 
SET DELETED ON

SYS(3054,2)

SELECT * FROM Test WHERE Test = 1 NOFILTER

SELECT Test
DELETE TAG ALL

INDEX ON Test TAG TEST FOR NOT DELETED()
SELECT * FROM Test WHERE Test = 1 NOFILTER
Walter,
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform