|
Java program that transfers stock prices to MySQL database
Hi
Jag want to bring stock prices from csv files (excel) on the internet and copy them to a MySQL database through a Java program. I have downloaded the following:
-Eclipse
-MySQL server 5.0
-MySQL Connector/J
With this installed I should be able to edit mySQL databases through JDBC, but I don't know so much more. Can somebody help me to get started?
|