Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Index Error
Message
 
 
À
22/09/2016 06:14:02
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
01641204
Message ID:
01641206
Vues:
49
>Sir, I have this line of code
>
>
>index on substr(alltrim(code2),1,7) tag xydg
>
>
>it displays this error message
>
>Error building for key index "c:\windows\temp\0001qlnd0098.cdx" tag "xydg"
>
>how to overcome this

Is it possible that code2 starts with spaces?

Try removing alltrim function, e.g.

index on left(code2, 7) tag first7chrs
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform