Quote:
|
Originally Posted by koncept
"Database=DB2D;UserID=368;Password=pass;Server=130 .101.19.39"
i am using this with the ibm db2 runtime client. I have tried some stuff with the oledb too with no success as well.
|
The runtime client is a type 2 driver. Are you wanting to use the DB2 type 4 universal connection? If so, you will need the appropriate DB2 jars.
With the type 2 driver, you need to catalog the databases on the client. Withe a type 4 connection, you need to specify the DB2 instance port number somewhere in the connection string.