Hello,
How can I change the value of the password in the context of database connections? I need to change out TOS, only in the configuration file.
There is a need for some hash value? Or simply write to the configuration file plaintext passwords? Currently in the configuration file is not stored plaintext passwords, so we need to find out how to easily change the configuration file.
Thank you
Hi please see the below screen shots
permission were their but still am getting that error.
i have tried for tmysqlconnection using password mode.even that is not worked
You will need to show your context to me. Can you please share that screenshot? I tried doing it (keeping password as datatype password) and it worked for me.
I do not any issues with your context here. I thing..You are using context.Password1 and context.Port1 -- I hope you intend to you didnt intend to use context.Password in place of Password1. Also Can you try to print on console following variables context.Password1 (not context.Password) context.HostName context.Port1 context.UserName and confirm that details are correct?