Solved
Forum Discussion
tristaanogre
6 years agoEsteemed Contributor
Sure... my intention was in script. So, what you would do is something like this.
var ConnectionString = "DRIVER=SQL Server;SERVER=H_kptest;UID=aaa;PWD=" + Project.Variables.password.DecryptedValue;
Naveenks
6 years agoContributor
Thanks,
This line of code solves my problem.
Regards,
Naveen...