Is there a connection method for DB2 to use "TrustedConnection"
- by Nic
I am from a MSSQL Server background and tried to search to see if there was a way to perform a trusted connection in DB2 similar to how you do that in MSSQL? I basically do not want to have a user name and password in the connection string and have the "runas" user have that information.
Thank you for any help!