Hello,
I'm trying to figure out if there is a way to add an User ODBC in the registry without storing the passwon in clear.
For now I'm adding the ODBC connection in HKEY_CURRENT_USER\Software\ODBC\ODBC.INI with success. The problem is that I'm adding the Password string too in clear.
I've noticed if I add the ODBC with the GUI the registry value created has no password string stored.
How can I do the same when I add the ODBC using the Registry method?
Thank you.