Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Set order to: problem
Message
De
26/10/2015 13:17:42
 
 
À
26/10/2015 13:03:39
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 10
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01626411
Message ID:
01626443
Vues:
45
>>>>Please help my elderly brain
>>>>
>>>>SET ORDER to field1 > 0 AND field2 = 3
>>>>
>>>>I need to accomplish this, but haven't been successful. Any help appreciated
>>>
>>>SET FILTER, mentioned in the other reply, is used to show only specific records. You can also SELECT FROM ... WHERE [condition].
>>>
>>>SET ORDER is used to activate a specific, already existing, index. These are used mainly for ordering.
>>
>>Thanks Hilmar - The table must be accessed but not seen so, SELECT FROM is not the answer. I am having some success SETting the ORDER and using SKIP to gather information from each field, but need to index on 9 fields. Maybe one index for each field is the answer. What do you think?
>
>Grady-what are you trying to do? If you need info from each field, SQL SELECT may well be the right answer. The results only show up in a browse if you fail to include the INTO clause.
>
>Tamar

Thank you - I'm retired so, this is a recreation project with no deadline. I have separated a dictionary table into a word count, and nine word types. (Noun, pronoun etc)
I have an application that counts words and, based on each words count (descending), need to put each word in its type column with the most used word, for each type at the top.
I ain't skeert of nuttin eh?
Yikes! What was that?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform