D
Dino M. Buljubasic
I am storing encrypted password in registry and using it then to log on my
application. However, my objConn.Open(str_connecton_string) crashes the
application if I use the encrypted password.
My connection string works fine with an unencrypted password and looks like:
str_connection_string = "data source=XXXX;initial catalog=dbname;user
ID=username;password=encryptedpassword;connection timeout = 5"
Any help will be appreciated.
application. However, my objConn.Open(str_connecton_string) crashes the
application if I use the encrypted password.
My connection string works fine with an unencrypted password and looks like:
str_connection_string = "data source=XXXX;initial catalog=dbname;user
ID=username;password=encryptedpassword;connection timeout = 5"
Any help will be appreciated.