mysql connection in eclipse?

Hello,

I had successfully connected mysql database in NetBeans and i am currently doing my project right. But i also need to connect the same database from eclipse too, but i am not able to connect from eclipse. Is there any jar file i need to put somewhere?

Can anyone help me out, i think the code is right which is successful in Netbeans. I might be missing some drivers ? I don't know where to put it?

[426 byte] By [yubak123a] at [2007-11-27 10:29:43]
# 1

Connect with a dataabse from Eclipse with a Eclipse JDBC plugin such as SQL Exlplorer.

http://www.onjava.com/pub/a/onjava/2005/05/11/sqlexplorer.html?page=last

dvohra09a at 2007-7-28 17:59:07 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...
# 2

ok

jeet_Punea at 2007-7-28 17:59:07 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...
# 3

or you can download the driver (mysql-connector-java-3.1.12-bin.jar) from the mysql site

Manuel Leiria

manuel.leiriaa at 2007-7-28 17:59:07 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...
# 4

I recommend using the plugin Quantum DB which you can download for free.

mon.goosea at 2007-7-28 17:59:07 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...