
June 1st, 2009, 08:35 AM
|
|
Registered User
|
|
Join Date: Jun 2009
Posts: 1
Time spent in forums: 8 m 14 sec
Reputation Power: 0
|
|
|
Database connection problem
I m using dreamweavermx 2004 v-7. I setup my connection using the following settings.
connection name- MyCon
Driver -org.gjt.mm.mysql.Driver
URL - jdbc:mysql://localhost:3306/mynewdatabase
username- root
password- admin
Using driver on this machine.
But If I test the connection I get an error telling- " method valueOf(z)Ljava/lang/boolean not found " .I manually copied the mysql-connector-java-5.1.7-bin.jar into Dreamweaver MX 2004\Configuration\JDBCDrivers folder.WHAT IS MY problem? I cant test the connection.
|