Problem Changing ConnectionString For oracle

Joined
Jun 22, 2010
Messages
1
Reaction score
0
Hi all, Im new

I have a connection string for my oracle connection in my winform project where Persist Security Info= true and I use the userid and pass and databasename.

Maybe you can help me with this problem, the user's password is sometimes neccesary to change in execution, after the user logon, if the password is expired , this user is required to changes his password but when I tried to update the new password it gives me an error and it doesnt change the password, I think It's happened because I try to change the password of the connection string.

How Can I solve that?

thanks in advance for your help
 
Back
Top