Click here to Skip to main content
15,893,588 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Any good resources? I see lots of tutorial on the internet but it's for Linux. I want Windows. Sigh.
Posted

I would suggest original MySQL documentation and tutorial: http://dev.mysql.com/usingmysql/java/[^].

It's also good to learn JDBC even without connection to MySQL, so please see:
http://www.oracle.com/technetwork/java/javase/jdbc/index.html[^],
http://docs.oracle.com/javase/tutorial/jdbc/basics/[^],
http://docs.oracle.com/javase/tutorial/jdbc/overview/[^],
http://docs.oracle.com/javase/tutorial/jdbc/basics/gettingstarted.html[^].

If you think that's not enough (?), try something else: http://bit.ly/10Cwlgr[^].

Good luck,
—SA
 
Share this answer
 
v2
1. Install MySQL for windows. Download it from [^]
2. Download Connector/J from [^]
3. Follow these steps to connect with MySQL from Java code [^]
4. Store data into your database table [^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900