Using JDBC Data Sources
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
In order of precedence, you can specify connection properties using:
-
getConnection(user, password), where user and password are specified using the getConnection method defined in javax.sql.DataSource
getConnection("john", "Be4ch") -
JDBC DataSource object
-
Server data sources specified using the OpenAccess SDK Manager
For more information about server data sources, refer to the OpenAccess SDK Administrator’s Guide.