Hello all,
I'm using DB2 UDB 7.2 on a Linux server and I've installed the DB2
client on my Windows 2000 machine. I've defined on my client two
instances, one for test databases and one for production databases
and I've cataloged the same database (of course with the same name)
in both instances (these instances and databases have correspondents
on the server). I'm using for my Java tests the application driver
"COM.ibm.db2.jd bc.app.DB2Drive r" (JDBC version 2.0) and all goes
well. My problem is I would like defining in the connection url the
instance where is located the database, avoiding the modification
of the environment variable DB2INSTANCE. Is there some property I
can specify in the url that defines the instance to use?
Thanks in advance for any reply.
Stefano Gibellini
I'm using DB2 UDB 7.2 on a Linux server and I've installed the DB2
client on my Windows 2000 machine. I've defined on my client two
instances, one for test databases and one for production databases
and I've cataloged the same database (of course with the same name)
in both instances (these instances and databases have correspondents
on the server). I'm using for my Java tests the application driver
"COM.ibm.db2.jd bc.app.DB2Drive r" (JDBC version 2.0) and all goes
well. My problem is I would like defining in the connection url the
instance where is located the database, avoiding the modification
of the environment variable DB2INSTANCE. Is there some property I
can specify in the url that defines the instance to use?
Thanks in advance for any reply.
Stefano Gibellini
Comment