• 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

source works - design doesnt (jbuilder)

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
reply
    Bookmark Topic Watch Topic
  • New Topic