Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Running code from a database field
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00736050
Message ID:
00736105
Views:
13
>Peter
>
>If you are concerned about exposing source code then perhaps you could store the code as not-compiled but encrpyted. Then you could decrypt and then execscipt() all in memory without exposing the source code?
>

Jos, I don't think Peter is worried about exposing the source code but rather the performance loss you get when you have to compile the program code every time you run the program. Execscript() also has to compile before executing. Please correct me if I am wrong.

Peter, I like your idea about putting compiled code in a memo field for execution, but you are right it would be nice to have a function to do the work instead of all that copying and deleting afterwards. Please let me know if you find anything.

I have been wanting to start using code in a memo field but the performance loss has been a big turn off.

Just my $0.02

Einar
Semper ubi sub ubi.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform