Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Appending stored procedures
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00388963
Message ID:
00389385
Views:
17
>>I'm trying to use APPEND PROCEDURES FROM to append new procedures to a client's database, but it generates a "Feature not available" error when compiled as an EXE.
>>
>>COPY PROCEDURES TO works fine, so I'm confused why APPEND PROCEDURES FROM won't.
>>
>>Any ideas?

>Appending/adding more text to the procedure( or any prg or vcx) requires recompilation.

>Earlier version of VFP doesn't support run time compilation of the source code.

>The reason why COPY PROCEDURE works is just because it dumps the text to an external file.

>Hope that helps

Thanks. I thought SP3 was supposed to support compilation at runtime. I guess they forgot about APPEND PROCEDURES.
Previous
Reply
Map
View

Click here to load this message in the networking platform