Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Query doesn't respect order of fields
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 5
Divers
Thread ID:
01229764
Message ID:
01229765
Vues:
17
Are you sure? What following code returns
USE IN (SELECT("outputklm"))
Select  aveld, cveld, bveld from klm into table outputklm
FOR i=1 TO 3
  ? FIELD(i)
ENDIF
>I'm writing a query witn an output to a table that already exists. Strange thing is that the order of the fields is not equal to the order as it is written in the query. It place the fields in alphabetic order in stead of how it is written.
>
>For example:
>
>Select  aveld, cveld, bveld from klm into table outputklm
>
>
>I get the following order in the output table aveld, bveld, cveld. How could I solve this?
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform