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?
I love MySQL<BR>Sun Certified Programmer for Java 2 Platform
Nathanael Ulrick
Greenhorn
Joined: Jul 17, 2001
Posts: 22
posted
0
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
Joined: Jul 25, 2001
Posts: 10
posted
0
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!