Total members 10261 | Gratitudes |It is currently Wed May 23, 2012 9:19 am Login / Join Codemiles


All times are UTC [ DST ]




Post new topic Reply to topic  Quick reply  [ 2 posts ] 
Author Question
 Question subject: need help in jdbc with mysql
PostPosted: Tue Dec 16, 2008 12:26 am 
Offline
Newbie
User avatar

Joined: Sun Nov 16, 2008 12:19 pm
Posts: 6
Has thanked: 0 time
Have thanks: 0 time

hello

I need help to find Mysql driver to connect to data base wih java code
and how to import it in net beans and code fe connection

thanks in advance


TOP
 Profile Send private message  
Reply with quote  
 Question subject: Re: need help in jdbc with mysql
PostPosted: Tue Dec 16, 2008 12:48 am 
Offline
Mastermind
User avatar

Joined: Tue Mar 27, 2007 10:55 pm
Posts: 2279
Location: Earth
Has thanked: 39 time
Have thanks: 61 time
Download the JDBC driver for mysql
http://www.mysql.com/products/connector/j/

Code:
try{
            try {
                Class.forName("org.gjt.mm.mysql.Driver");
            } catch (ClassNotFoundException ex) {
                ex.printStackTrace();
            }


In your netbeans project , you can add a jar file
From projects --> Add jar file


Attachments:
untitled.GIF
untitled.GIF [ 5.31 KiB | Viewed 854 times ]

_________________
Currenlty programming with : java , html , php , and javascript . (OCJP-6 certified )
TOP
 Profile Send private message  
Reply with quote  
Post new topic Reply to topic Quick reply  [ 2 posts ] 
Quick reply


  

 Similar topics
 delete duplicate rows in mysql using php
 good books of jsp and jdbc
 Create auto numbered column in mysql query
 DYNAMIC DATES IN MYSQL
 Mysql
 How To Store Date Dynamically as a field in mysql using JSP
 Full Phone Book System php and mysql
 What are the types of jdbc drivers.?
 storage engines in Mysql
 Login using session with php and mysql

All times are UTC [ DST ]


Users browsing similar posts

Users browsing this forum: No registered users and 1 guest



Jump to:  
Previous Question | Next Question 




Home
General Talks
Finished Projects
Code Library
Games
Tutorials

Java
C/C++
C-sharp
php
Script
JSP/Servlets
Ajax
ASP/ASP.net
Google SEO
Database
Communications
Phpbb3 styles
Photoshop tutorials
Flash tutorials
Find a job






Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
All copyrights reserved to codemiles.com 2007-2011
mileX v1.0 designed by codemiles team