i am beginner in java as well as in netbeans .please give me complete procedure how i can connect my java application to mysql to insert data .
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
This is for 6.1, but it should mainly work. |
|||
|
|
|
Download "mysql-connector-java-5.1.13-bin.jar" from following link http://sqlworkbench.mgm-tp.com/viewvc/trunk/sqlworkbench/junit/mysql-connector-java-5.1.13-bin.jar?revision=2294&pathrev=2294 Following is a sample java code to connect to a mysql database and retrieve data from a table. In below code database name is "databaseName" and table name is "userTable" Dont forget to add "mysql-connector-java-5.1.13-bin.jar" to your netbeans project's libraries.
|
|||||
|
