Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select truncates field names to 10 characters?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00795116
Message ID:
00795140
Views:
18
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 >.
Previous
Reply
Map
View

Click here to load this message in the networking platform