• 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
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

mSQL, tinySQLdriver, & JDBC-ODBC bridge

 
Ranch Hand
Posts: 469
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am very new to JDBC. Do I need to install mSQL,tinySQLdriver, JDBC-ODBC driver seperately or it comes with java apis? which java package I should import in my program to run jdbc?
Thanks,
Angela
 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The JDBC-ODBC bridge comes with the JDK. mSQL and tinySQLdriver you'll need to download separately if you want them. As you are new to JDBC I'd suggest going through this tutorial http://java.sun.com/products/jdbc/learning.html and FAQ http://java.sun.com/products/jdbc/faq.html.
 
Angela D'souza
Ranch Hand
Posts: 469
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
From where I can download mSQL and tinySQLDriver?
Thanks,
Angela

Originally posted by Col Bell:

mSQL and tinySQLdriver you'll need to download separately if you want them.

 
Look! I laid an egg! Why does it smell like that? Tiny ad, does this smell weird to you?
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic