Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any opensource DB2 client? [closed]

Tags:

db2

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

like image 888
Jeyaganesh Avatar asked Dec 22 '11 07:12

Jeyaganesh


People also ask

Is the DB2 client free?

The official clients are free to download and use.

Is Toad for DB2 free?

Start your free 30-day trial today! Simplify IBM® DB2® management with Toad's advanced automation and intuitive workflows. See for yourself how to: Save time and simplify your work. Create SQL queries quickly and easily.

Is IBM DB2 open source?

IBM is positive about the possibility of bringing out its DB2 database management software under an open-source license. While the computing giant has no immediate plans to open-source DB2, market conditions may make it unavoidable, according to Chris Livesey, IBM's U.K. director of information management software.

Who still uses DB2?

Companies using IBM Db2 for Database Management include: Audi AG, a Germany based Automotive organisation with 90783 employees and revenues of $67.60 billion, Swiss Re, a Switzerland based Insurance organisation with 13985 employees and revenues of $46.41 billion, Nike, Inc., a United States based Manufacturing ...


1 Answers

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 :)

like image 117
Faisal Avatar answered Oct 12 '22 03:10

Faisal