SQL Conn. Object - Password disappears from ConnectionString at Op

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
 
M

Martin

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

Martin
 
M

Martin

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

Martin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top