Solved
Forum Discussion
Naveenks
7 years agoContributor
Hi ,
I want it through script if we have any approach for that.
Regards,
Naveen..
tristaanogre
7 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;
- Naveenks7 years agoContributor
Thanks,
This line of code solves my problem.
Regards,
Naveen...