Hanila
2 months agoOccasional Contributor
Re: Use Variables in the sql connectionstring
Hi RRaghavani,
How can i store my Db password in project variable and call that in the connection string?
As password is encrypted , I am not able to call it directly as Project.Variables.sqlReadOnlyPWD. Could you please help me if you have a solution .
Currently I have hardcoded the password in the string and I understand its not the secure way of execution