Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Select truncates field names to 10 characters?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00795116
Message ID:
00795140
Vues:
17
Hi Mike.

When I do a select statement w/o “into table” the filed names remain as they are, but as soon as I add the “into table” option, it truncates the field names to 10 characters.

As Cetin already told you, freee tables do not support l;ong field names and that is what you create when you SELECT ... INTO TABLE.

Is there some reson that you need the results of the SELECT to be persistent? If not, why don't you SELECT INTO CURSOR? The using a cursor instead of a table will preserve your long field names and have the advantage of allowing you to get rid of the cursor when you are finished with it < s >.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform