954,523 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

I need help

Hi anyone, I've got a problem with my program. The prob is connecting
Java program to mySQL database. At the moment I'm using Java Netbeans IDE 4.1. Hopefully I can got a reply asap...

Thanks a lot by the way :-|

ewidjdj
Newbie Poster
2 posts since Jan 2006
Reputation Points: 10
Solved Threads: 0
 

hi

post your error or code...

first you need to load the driver example:

Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");


then do the connection e.g.

Connection con = DriverManager.getConnection(

					  url, "myLogin", "myPassword");
sam1
Posting Whiz
300 posts since Nov 2004
Reputation Points: 10
Solved Threads: 1
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You