Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Re-create Stored Procedure
Message
 
 
À
15/12/2000 16:16:12
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00454240
Message ID:
00454316
Vues:
33
>>Hi everyone,
>>
>>I have a program, which creates a clone of Database. The question is: how can I clone Stored Procedure for the database?
>>
>>Thanks in advance.
>
>
SET DATABASE TO oldatabase
>COPY PROCEDURE TO x.prg
>SET DATABASE TO newdatabase
>APPEND PROCEDURES FROM x.prg
Trey,

If Database doesn't contain Stored Procedure, would it still work or I need to add some check here?

Thanks in advance.
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform