| Author |
DB2 JDBC connections
|
peterrl doyle
Greenhorn
Joined: Dec 12, 2005
Posts: 1
|
|
I want to connect to a DB2 database using a JDBC connections. Any help on how i do this?
|
 |
Scott Selikoff
Saloon Keeper
Joined: Oct 23, 2005
Posts: 3666
|
|
First you need to get the DB2 JDBC driver. This can be downloaded off the net, although I believe there's a jar that comes with DB2 install that you can also use. Once you have this installed in both your build environment and run-time server environment, you just need to direct JDBC to use this driver. The rest is just learning the basics of JDBC.
|
My Blog: Down Home Country Coding with Scott Selikoff
|
 |
 |
|
|
subject: DB2 JDBC connections
|
|
|