• 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

Make JDBC and JBuilder work together?

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have install JBuilder5 in my computer/win2000.
I found there are only two JDBC, one for JDataStore and other for JDBC-ODBC bridge.
I have downloaded MySQL JDBC, and have test it working well;
But how can I make JBuilder5 know the MySQL JDBC driver?
 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm running JBuilder4, but assuming that the two versions are similar:
You'll need to add the new driver as a library. Then indicate that this library is needed by your current application.
You can do all this under Project Properties -> Paths -> Required Libraries.
 
Peng Cedar
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have tried. But when I use the Component on DataExpress->Database, and open its connection property setting window.
On the connection window->General tab, on the drop-down driver list, I still only seen the default two JDBC driver.
I think although I have added the MySQL JDBC driver into the JBuilder libraries, JBuilder do not know it's a JDBC driver!
 
reply
    Bookmark Topic Watch Topic
  • New Topic