help I'm lazy
how to store MySQL table data into file and then again from file to table using java program.
rushikesh jadha
Junior Poster in Training
89 posts since Dec 2011
Reputation Points: 4
Solved Threads: 11
you'll need to connect to the database, using a JDBC connector, then write the correct code and sql queries, and execute them.
here 's a good place to start.
stultuske
Posting Sensei
3,137 posts since Jan 2007
Reputation Points: 1,114
Solved Threads: 433
i have connected to database successfully but i want to make a button which read MySQL table data and store it in file and another button which read this file and fill another table with that data.
rushikesh jadha
Junior Poster in Training
89 posts since Dec 2011
Reputation Points: 4
Solved Threads: 11
well, as I said, you'll have to:
write the correct code and sql queries, and execute them.
did you bother to take a look at the link I provided you with? maybe the part where it says:
Discussion and Sample Code for JDBC Programs?
stultuske
Posting Sensei
3,137 posts since Jan 2007
Reputation Points: 1,114
Solved Threads: 433
please send me java code for fixed diposite account using MySQL.
rushikesh jadha
Junior Poster in Training
89 posts since Dec 2011
Reputation Points: 4
Solved Threads: 11
please do your own homework.
show your code, show any error messages or what it does and what it should do, and then we'll look at it. stop acting as if we are 'developers-for-rent' who'll spend 24/7 doing your work for you.
stultuske
Posting Sensei
3,137 posts since Jan 2007
Reputation Points: 1,114
Solved Threads: 433
Ok fine
please give some ideas and tips or suggestions.
rushikesh jadha
Junior Poster in Training
89 posts since Dec 2011
Reputation Points: 4
Solved Threads: 11
Yes I will look for it.
Thankx for reply.
rushikesh jadha
Junior Poster in Training
89 posts since Dec 2011
Reputation Points: 4
Solved Threads: 11
seriously, in your other thread I've provided you with a link that leads to complete code samples. look at them, learn from them and you're on your way not to need our help.
stultuske
Posting Sensei
3,137 posts since Jan 2007
Reputation Points: 1,114
Solved Threads: 433
@rushikesh jadha
1) Both post merged - forum rule Keep It Organized Do not post the same question multiple times
2) Next time you create thread you better give it a proper name not "java help". We are in Java section and people posting here do need help - forum rule Keep It Clear Do use clear and relevant titles for new threads
3) You are expected to show effort and not just beg for answers. Just simple search on Google would gave you ton of resources " Java MySQL tutorial " - forum rule Keep It Organized Do provide evidence of having done some work yourself if posting questions from school or work assignments
Next time you fail to do any of above I will merciless delete your thread!
peter_budo
Code tags enforcer
15,436 posts since Dec 2004
Reputation Points: 2,806
Solved Threads: 902
thank you for giving me unique name.
rushikesh jadha
Junior Poster in Training
89 posts since Dec 2011
Reputation Points: 4
Solved Threads: 11