RDBPROD Java + RdB via JDBC: user authentication
Questions:
* Is a test on username and password required before accessing database, or will the creation of a database connection over JDBC take care of that?
* If JDBC/RDB can take care of this, will it also take DISUSER flag into account? (such a user should be denied access)
Thanks.