Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Changing tables after the fact
Message
De
05/03/1999 09:50:01
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Changing tables after the fact
Divers
Thread ID:
00194452
Message ID:
00194452
Vues:
53
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!
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform