Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Append procedures problem
Message
From
16/10/2000 02:28:16
 
 
To
16/10/2000 01:55:07
Jordan Pastourel
Worksafe Management Systems
Toowong, Australia
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00429655
Message ID:
00429683
Views:
14
>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.
Previous
Reply
Map
View

Click here to load this message in the networking platform