• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

IBM RAD and MySQL

 
Ranch Hand
Posts: 50
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am trying to create a connection in Rational Application Developer. I am tryig to connect to MySQL.

My Connection Details are:
Database: myschema
Host: localhost
Port no: 3306
JDBC driver class: com.mysql.jdbc.Driver (also tried: com.mysql.jdbc.jdbc2.optional.MysqlConnectionPoolDataSource)
Class Location: ...workspace1\MyProjectWeb\WebContent\WEB-INF\lib\mysql-connector-java-3.1.10-bin.jar
Connection URL: jdbc:localhost:3306:myschema

Then I click Test Connection and get the folowing message: "No suitable driver" (or "MysqlConnectionPoolDataSource incompatibe with java/sql/Driver")

Has anyone managed to connect to MySQL Successfully in RAD6?
If so, what are your connection settings?

I am trying to do 'Bottom-up' creation of Entity EJBs. But can't connec to the database.

Any advise welcome.

Thanks
 
reply
    Bookmark Topic Watch Topic
  • New Topic