Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Appending Procedures to a DB
Message
De
10/10/2001 12:01:57
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00566453
Message ID:
00566484
Vues:
14
>>Kevin, is there any reason why you can't distribute the entire DBC container to each location?
>
>That sucks! Okay, this does work (I tested using VFP6 SP5):
>use MyDBC.dbc alias dbcsrc
>locate for objectid = 3
>
>if found() then
>	append memo Code from MyNewProcedures.Prg overwrite
>	use in dbcsrc
>	
>	compile database MyDBC
>	open database MyDBC
>endif
>
>HTH.

Larry,

At least the workaround is not that much of a beating. He can only use the OVERWRITE clause if myNewProcedures.prg also contains the old procedures. Omit the clause if it only contains new stuff.
Steve Gibson
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform