Quote:
|
Originally Posted by Marcus_A
If the userid and password of your logon is the same on the local machine as is needed for the remote database, then you might be able to do what you want (but I am not sure about that).
|
I don't think it'll work. You can specify AUTHENTICATION CLIENT on the database server, in that case DB2 will trust your authentication on the client machine and you won't be required to enter your password when connecting to the database. However, it may compromise your database security. Have a look at
Administraton Guide: Implementation for more details regarding DB2 authentication options.