18

I am using db2 version 7 , i need an windows application (similar to MSSQL) to do the database operations.

Jeyaganesh
  • 1,334
  • 5
  • 26
  • 48

4 Answers4

16

You can use Oracle's SQL Developer, its quite good and its FREE.

But you will need to download and import db2jcc.jar in the under tools>preferences>database>third party JDBC drivers option.

Hope this helped :)

Faisal
  • 442
  • 5
  • 13
10

Came across this thread as I was doing research on this question. Figured I'd add my two cents in case someone else swings through via the Googles

I've found two Open-Source clients:

I've not used either, but they both look fairly solid. The recommendations I've gotten have steered me towards Squirrel, but it seems to be more personal preference than anything.

Gyrfalcon2138
  • 352
  • 3
  • 14
  • So, over the time I've used it - the free version of Eclipse is almost unusable. I'm sure it's great if you can pay for it, but I'm definitely happier with Squirrel. – Gyrfalcon2138 May 29 '13 at 17:09
6

Personally I recommend DBVisualizer (Java client) or IBM Data Studio (eclipse based). Both are free ;-)

Doug Porter
  • 7,721
  • 4
  • 40
  • 55
Seb.B.
  • 151
  • 1
  • 3
3

I'm fairly certain even if you have an open-source client, you still have to download the DB2 driver which only comes through IBM.

The official clients are free to download and use.

You may want to consult this page to determine which of the download options you want.

bhamby
  • 15,112
  • 1
  • 45
  • 66