Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Updating DBC / Views at Client Side
Message
 
 
À
15/06/2001 10:16:41
Jay Johengen
Altamahaw-Ossipee, Caroline du Nord, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00519888
Message ID:
00519944
Vues:
15
>>Another thing you might want to look at is the GenDBC program in the Tools\GenBDC under your main VFP directory. This will automatically allow you to programatically generate the DBC and it's views. The code it produces can be used and modified to fit your particular situation.
>
>Hey George,
>
>I just checked it out... Am I understanding correctly that I can, once I'm relatively satisfied with my database structure, store the generated code in my application and then just modify it and resend just the EXE as needed? Updating tables, views, data, etc.? Without disrupting the client data? That would be way too cool...
>
>Renoir

That is partially correct with GenDBC. You have to take only the code you need to make CHANGES and run it at the client's site. However, any CREATE TABLE will need to be changed to ALTER TABLE. Otherwise, no data is saved if you [re-]CREATE TABLE.

Do yourself a favor, save yourself time and numerous hours in billing time, and get SDT. It will more than pay for itself in the amount of time you save rolling your own procedure. SDT will do all this for you at the client sites using the DBC/DBC/DCT files of your database and the SDT metadata.
Mark McCasland
Midlothian, TX USA
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform