Hello,
I have a DB, where is only one user to connect to DB. Application runs with -PF where is stored password, and I don't know how to protect DB from access by another programmers, which have theirs developer licenses. I know about DBAUTHKEY, but this is not protection when developer have developer license and he can run DB on that license. Then he can run any ad-hoc code and can compile procedures with DBAUTHKEY stored in DB.
So, what I should do (besides stored password to DB in r-codes)?
Sorry, if this is silly question, but I don't know any solution...