I want my crystal report to be prompted for password when a user runs it.
Currently my connection settings are as below.
Data Source name: ORA_ABCDEFG
USER ID: ABCDEFG/password1
So now when I invoke crystal report it is using the password mentioned in userid filed after the slash(/).
But I dont want to have my password in the crystal report. and also I could not pass it from the code at runtime.
I just wanted to run my crystal reports with password prompt. Since this is an internal application, I will distribute the password to my internal users. so that when crystal report prompt for password they can enter the distributed passord
Please advise.