skip to main content
Using the JDBC Client : Specifying Connection Properties : Using JDBC Data Sources
 

Using JDBC Data Sources

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.