What if I want DB2 to use the ID and password of the user that login from a login page? Can the default ID and password in the server be overwritten in my application?
I am using Datasource to get connection to DB2. When would I need to use ID and password with getConnection? Can I getConnection without ID and password?