Retrieve iASP RDB name to specify it in jdbc url
问题 I have a java application which runs on IBM i. It creates connection to AS400 database using jdbc. It does not specify the database name in JDBC connection URL, means it creates connection to default system database associated with *SYSBAS. Now I want my application to run on iASP. When running on iASP it fails to connect to database. IBM i documentation says that we must specify RDB name in "database name" property of jdbc connection URL to connect. problem here is that, IBM i documentation