G
Guest
I have a SqlConnection object that in turn has a ConnectionString property
set that includes a "pwd=password" in it. When I make the call
SqlConnection.Open() and I later try to get the
SqlConnection.ConnectionString, the pwd portion of the string is no longer
there. I'm assuming this is some sort of security issue, but I found it as
odd. What's going on?
Thanks,
set that includes a "pwd=password" in it. When I make the call
SqlConnection.Open() and I later try to get the
SqlConnection.ConnectionString, the pwd portion of the string is no longer
there. I'm assuming this is some sort of security issue, but I found it as
odd. What's going on?
Thanks,