Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Source works - Design doesnt (JBuilder)

Status
Not open for further replies.

ottobalear

Programmer
Apr 24, 2003
1
ES
hoping very much to get this step done with one of yours knowhow:

using javasourcecode (in JBuilder) :
conn=DriverManager.getConnection("jdbc:mysql://192.168.xx.xx:3306/alben","","")
works fine, I get connected and I can create SQL-Statements successfully...

using JBuilders-Design-Tag and Creating there a Database und trying to create a connection
out of its Connection-dialog
Driver:sun.jdbc.odbc.JdbcOdbcDriver
URL: jdbc:mysql://192.168.xx.xx:3306/alben
results in an Error:
The URL could not be found. Check the correct writing and if the correct
Driver exists within the classpath...

What must be done in which way to get the correct Driver mounted to the JBuilder-(Design-Tab)?

regards otto
 
Don't know which version you're using.. In JBuilder4 Pro, you have to use the "Enterprise Setup" option from the "Tools" menu.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top