Using Connection URLs or the JDBC Driver Manager
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 9.0
- Documentation
In order of precedence, you can specify connection properties using:
- getConnection(url, user, password), where user and password are specified using the getConnection method defined in java.sql.DriverManager.
- java.util.properties object.
- Connection URL specified using the URL parameter of the getConnection method defined in java.sql.DriverManager.
- Server data sources specified using the OpenAccess SDK Manager.
For more information about server data sources, see JDBC Connection Properties .