Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Create index
Message
De
05/09/2005 07:23:28
 
 
À
05/09/2005 05:55:13
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01046737
Message ID:
01046754
Vues:
16
>Thanks but..
>I use this one:
>index on VAL(right(bp_eng.engkod,2)) + VAL(left(bp_eng.engkod,6)) tag kod

This can't work because it merge two independent dimensions.
If you want a numeric key:
index on VAL(right(bp_eng.engkod,2))*1000000 + VAL(left(bp_eng.engkod,6)) tag kod
>and it wont work.
>The firs tag seems to be OK but the second index tag doesn't. I have sequencies like this:
>00402005
>00401305
>00400805
>but I have no idea why.
>
>Tamas
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform