How do you specify the username and password for a JDBC connection when acessing a secure database?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You should be able to specify them in
|
|||
|
|
|
The DriverManager.getConnection method has a signature which takes a username and password. In addition, JDBC drivers tend to support specifying them on the URL |
|||
|
|