Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Changing tables after the fact
Message
From
05/03/1999 12:57:06
 
 
To
05/03/1999 09:50:01
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00194452
Message ID:
00194615
Views:
19
>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??

Take a look at StoneField Data Tools at www.stonefield.com
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform