Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create index
Message
From
05/09/2005 07:23:28
 
 
To
05/09/2005 05:55:13
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01046737
Message ID:
01046754
Views:
17
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform