Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to have multiple index in cursor?
Message
De
02/01/2001 10:21:51
Walter Meester
HoogkarspelPays-Bas
 
 
À
02/01/2001 10:03:44
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00458443
Message ID:
00458456
Vues:
17
Hi, john

> How to have multiple index in cursor after i select subset of records from table in order to allow user SEEK record using multiple keyword??

Make it writable:

USE (DBF("MyCursor")) again alias myWritableCursor in 0
SELECT myWritableCursor
INDEX ON ... TAG ...
INDEX ON ... TAG ... ADDITIVE

Walter,
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform