IntelliJ Java IDE
The moose likes JDBC and the fly likes mSQL, tinySQLdriver, & JDBC-ODBC bridge Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JDBC
Reply Bookmark "mSQL, tinySQLdriver, & JDBC-ODBC bridge" Watch "mSQL, tinySQLdriver, & JDBC-ODBC bridge" New topic
Author

mSQL, tinySQLdriver, & JDBC-ODBC bridge

Angela D'souza
Ranch Hand

Joined: Jan 16, 2002
Posts: 469
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
Col Bell
Greenhorn

Joined: Mar 21, 2002
Posts: 12
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.


Col<br /><a href="http://www.squirrelsql.org" target="_blank" rel="nofollow">http://www.squirrelsql.org</a>
Angela D'souza
Ranch Hand

Joined: Jan 16, 2002
Posts: 469
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.
 
 
subject: mSQL, tinySQLdriver, & JDBC-ODBC bridge
 
MyEclipse, The Clear Choice