Hi all,
I'm trying to use a sensitive project parameter for an ODBC connection password; but when doing so, I can't establish a connection because our legacy driver doesn't support 'Password' as a connection string attribute.
When I use just the ConnectionString property on the ODBC connection manager and use a 'pwd' attribute; all is well. E.g., "uid=<user>;pwd=<password>;Dsn=<dsn name>;". But as soon as I flip the sensitive attribute, I'm getting the classic error:
The expression will not be evaluated because it contains sensitive parameter variable...
The sensitive parameter is desired, of course. I don't want the password in the clear.
Any ideas?
Thanks,
Brian