Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Indexing problem
Message
De
23/08/2002 15:51:31
 
 
À
23/08/2002 15:20:42
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00693110
Message ID:
00693130
Vues:
25
This message has been marked as a message which has helped to the initial question of the thread.
Hello,

looks like your column is too large to fit in a single *.idx File,
if i remember correct there is a limit of 120 chars when buildind standalone
idx indexes, so either build a index like LEFT(yourColumn,120) (could be bad because of rushmore optimization issues)
or put the index in an cdx file with:

INDEX ON yourcolumn TAG yourColumn OF "yourcdx.cdx"

Regards

Christian
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform