Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Renaming table in a DBC
Message
From
23/04/2012 11:51:21
 
 
To
23/04/2012 11:19:44
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01542347
Message ID:
01542349
Views:
56
>I should know this.
>
>But how does one rename an existing table in a DBC and retain the long field names and link to the DBC?
Hi,

Alternatively you create a new table with the newname and with the same fields as your oldtable.
Append from oldTable.
Only when done and reconfirmed everything ok you delete the oldtable.

By the way you can use the struc of your old table to create the new. (afields())

Regards,
Koen
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform