Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Two fields having the same name
Message
From
09/10/1996 10:12:02
 
 
To
09/10/1996 09:32:56
Paul Wei
Fib, State of Michigan
Lansing, Michigan, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00009656
Message ID:
00009689
Views:
40
>Don't know if this will work all the time. Assume you have two fields with the same name "aaaaabbbbbccccc" in table "dummy". You can use the "alter table" command to change the name of one of the field:
>
>ALTER TABLE dummy RENAME COLUM aaaaabbbbbccccc TO newname
>
>You can always hope that the "alter table" command will consistently change the name of the first of the two dup fields, it seems to work that way. But one can never tell, it may find and change the name of the second field on the 101th try.

Thanks. I'll try that.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Reply
Map
View

Click here to load this message in the networking platform