Security (Run Time and developer)

JLCUENCA

New Member
I have an application that is installed in many companies (for a holding co.) and I don't want that any user, including technicals, can change the contents of my database or programs even if they have a developer version of progress.

in other words. I want to set the same restrictions in runtime but even if they have a developer version.

Is possible?


Thanks
 

Chris Kelleher

Administrator
Staff member
If you startup your Progress session with the "-rr" parameter, that should give you a run-time only session, where you can't even access the Progress editor. If you startup with "-rq" that should give you a query client, where you can write 4GL programs, but can not compile any programs that update the databases.

HTH.

-Chris
 
Top