Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Append procedures problem
Message
 
 
À
16/10/2000 01:55:07
Jordan Pastourel
Worksafe Management Systems
Toowong, Australie
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00429655
Message ID:
00429683
Vues:
12
>Andrew,
>well finally a fix reveals itself. a bit sloppy but it works.
>
>CLOSE DATA ALL
>USE dbname.DBC
>LOCATE FOR objecttype = "Database" AND objectname = "StoredProceduresSource"
>IF FOUND()
> APPEND MEMO CODE FROM procedurefile
>ENDIF
>USE
>COMPILE DATABASE dbname
>
>same as what append procedure does, just in a roundabout way. hope this works for you too.
>
>Jordan

Thanks Jordan, bit different to the HELP File but what works is what we needed.
Regards.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform