Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / General / May 2007

Tip: Looking for answers? Try searching our database.

connect java with mysql

Thread view: 
frank - 01 May 2007 02:45 GMT
hai friends ,
 anybody know how to connect the java program with MySql database?
what is the name for tha driver?
Arne Vajhøj - 01 May 2007 03:31 GMT
>   anybody know how to connect the java program with MySql database?
> what is the name for tha driver?

Code snippet:

        Class.forName("com.mysql.jdbc.Driver");
        Connection con =
DriverManager.getConnection("jdbc:mysql://localhost/Test", "", "");

Arne
Snyke - 01 May 2007 22:18 GMT
> hai friends ,
>   anybody know how to connect the java program with MySql database?
> what is the name for tha driver?

Sun Microsystems has a nice tutorial about how to use JDBC:
http://java.sun.com/docs/books/tutorial/jdbc/

Hope this helps ^^

Regards,
Chris
--
http://www.snyke.net


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.