Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
10 Character Field Names in a Table
Message
From
14/09/2007 15:30:27
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
Miscellaneous
Thread ID:
01254415
Message ID:
01254421
Views:
14
>>>How can I get around the 10 character field name limit when writing a cursor to a local table?
>>
>>The table must already exist, and be included in a DBC.
>
>A table doesn't have to exist beforehand.
>
>SELECT mycursor
>COPY TO TableFileName DATABASE DatabaseName
>
Thank you for the correction. Anyway, the table must be included in a DBC since the "link" between the "artificial" long field names and the "real" short field names are kept in the DBC. FREE the table, and the long field names are lost.
Previous
Reply
Map
View

Click here to load this message in the networking platform