SQL Conn. Object - Password disappears from ConnectionString at Op

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I assigned the ConnectionString to SqlConnection, then I called Open() which
succeeded, but when I tried to used the that conn. object ConnectionString
for another connection, it was missing Password key.

Is that an undocumented feature of the SqlConnection? I could not find any
info on that behavior.

panpawel
 
I have seen this issue myself, have managed to find any resolution to your problem. Regards,

Martin
 
I have seen this feature myself, did you find any resolution to your problem. Regards,

Martin
 
Back
Top