Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Possitionning Column with (alter table add column)
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00357653
Message ID:
00357761
Views:
15
Hi Rock,

I've seen this question few months ago. The answer is 'NO', unfortunately. Unless you create a temproraly array of all your fields and recreate a whole table...

>Hi All;
>
>Do you know if we can specify the possition of a column added with the alter table command instead of the last possition.
>
>Ex:
>
>CHANGE
>
>Alter Table "MyTable" add column Myfield C(5)
>
>WITH THIS
>
>Alter Table "MyTable" add column(1) Myfield C(5)
>
>Thank's in advance ...
>Rock
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform