Protect password in Connectstring
The password of the Connectstring is in normal text.
When we deploy our reports all customers can see the password if they open the reports in the Designer.
This only happens when you Edit the Data Source. In the Data Wizard you can select a connection from a list or look (by a +) into the connectstring. In both places the password of the database is shown.
For example:
DSN=MyDB;UID=DBA;PWD=topsecret
This should be shown as:
DSN=MyDB;UID=DBA;PWD=****
Can that be modified..?
When we deploy our reports all customers can see the password if they open the reports in the Designer.
This only happens when you Edit the Data Source. In the Data Wizard you can select a connection from a list or look (by a +) into the connectstring. In both places the password of the database is shown.
For example:
DSN=MyDB;UID=DBA;PWD=topsecret
This should be shown as:
DSN=MyDB;UID=DBA;PWD=****
Can that be modified..?