Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Changing the order of fields in a table programatically
Message
From
04/02/2004 11:40:40
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00873959
Message ID:
00873980
Views:
22
>Hello. I've been using the alter table statement to add a column to a table in visual foxpro 6.0. The new column is being added to the end of the table. Instead of changing the order the fields appear in the table through table designer, is it possible to change the field order programmatically? Any help would be greatly appreciated. Thanks

The only way to do this programmatically is :
1. store off existing data
2. recreate the table with the desired order
3. restore the data

Just curious, why do you need the field order changed?
Insanity: Doing the same thing over and over and expecting different results.
Previous
Reply
Map
View

Click here to load this message in the networking platform