Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding or renaming fields programmatically
Message
From
01/02/2006 10:29:56
 
 
To
01/02/2006 09:32:59
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 6
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01092327
Message ID:
01092355
Views:
15
>Hi all,
>
>I'm adding a routine to my new VFP6 system that will import data from the old FPD2.5 system. But I need to add a few new fields to some of the tables in the new system, and would also like to change the names of others. For example:


In addition to ALTER TABLE, since you're importing data in the first place, you can do what you want with SQL SELECT. It makes renaming fields a breeze and you can add new empty fields, too.

Tamar
Previous
Reply
Map
View

Click here to load this message in the networking platform