Possiblity to update using encrypted .p

Crash

New Member
Is it possible to update a database with the use of an encrypted program without having it compiled already to an object, without using 4GL or ProVision.
 

m1_ru

New Member
Try to run client with starup parameters
<b>-rr -rx</b>


From progress help:
-rx
-----------------------------------------------------------
USE WITH: Client Session

Use this parameter to enable a query or run-time version of PROGRESS to compile encrypted source code. If PROGRESS is started with -rx, you can only compile encrypted source code. If PROGRESS is started with -rx, you can only compile encrypted source code. Use -rx when you are shipping an application in the form of encrypted source code to end-user sites having query or run-time versions of PROGRESS. You must prepare a tool that end users can run to compile your code, and this tool must include a command that invokes PROGRESS with -rx.
 

Crash

New Member
Thank you for your first remark,
but do you know if it is possible to do something like a run-compile, because I don't want to recompile the object everytime. I'm looking for something that will work on the .p and is still able to update the DB.
 
Top