Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Changing tables after the fact
Message
From
05/03/1999 09:50:01
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Changing tables after the fact
Miscellaneous
Thread ID:
00194452
Message ID:
00194452
Views:
51
Here's the scenario: You have an application that will be distributed. It has a database with tables used by the screens and reports (of course). After distribution, you decide to add fields to a table. What is the best approach to doing this effectively?

One way: MODIFY mydbc
REMOVE TABLe one2change
USE one2change
?? how do you add a field without the database designer
other code
ADD TABLE one2change

Or do you have to send a blank file and append the data to it, remove old table from dbc, replace with new???

How do the pros do it??
Vicki Combs
Customized software for today AND tomorrow...
Applications and web sites designed, developed and maintained. (MBE)

"Change is inevitable...unless that's changed!
Next
Reply
Map
View

Click here to load this message in the networking platform