Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Complex index is this possible?
Message
De
13/06/2013 10:43:54
Mike Yearwood
Toronto, Ontario, Canada
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01575993
Message ID:
01576253
Vues:
47
>>>I want to index a file on descending order of fields 1 and 2 but within that on ascending oder of fields 3 - how can I do this?
>>>
>>>I have tried this but it doesn't work
>>>
>>>index on dupkey+codex DESCENDING, COPYNO ASCENDING TAG docky
>>
>>You could use SQL SELECT and ORDER BY instead.
>
>Not keen on that - I think I will use the sort function which does work if it can't be done using the index functio

Sort is slow and outdated. It creates a physical file too. I'd go with SQL to a cursor.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform