Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Set order to: problem
Message
De
26/10/2015 13:03:39
 
 
À
26/10/2015 12:06:49
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:
01626441
Vues:
57
>>>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform