aspose file tools
The moose likes JDBC and the fly likes DB2 JDBC  connections Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "DB2 JDBC  connections" Watch "DB2 JDBC  connections" New topic
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
    
    2

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
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: DB2 JDBC connections
 
Similar Threads
SQL's Execution from Springs taking long time.
"JavaService" error when IBM JDBC driver is in classpath
Java and DB2
DB2 Setup in Weblogic5.1/6.1
Problem with the JDBC driver.