Re: v8, v9 and java

Re: v8, v9 and java

 

  

Hi Daniel,

This is the code I use

db2ds = new DB2ConnectionPoolDataSource();
db2ds.setDatabaseName(dbname);
db2ds.setDescription("Our little RITOR Database");
db2ds.setUser("username");
db2ds.setPassword("password");

...and dbname is provided as "myDbName", not jdbc:db2:myDbName, or the
other notation:

db2://myHostname:myPort/myDbName



DB2 & UDB email list listserv db2-l LazyDBA home page