| Author |
Automatic Generate Text File from mySQL
|
Eric Tan
Ranch Hand
Joined: Oct 11, 2006
Posts: 72
|
|
Can this automatic generate out the text file from mySQL database based on the current time at 8am daily? can this be done?
|
 |
Paul Sturrock
Bartender
Joined: Apr 14, 2004
Posts: 10336
|
|
|
You could write a TimerTask that uses JDBC and the java.io.* package to generate a text file daily. Is this the sort of thing you are trying to do?
|
JavaRanch FAQ HowToAskQuestionsOnJavaRanch
|
 |
Eric Tan
Ranch Hand
Joined: Oct 11, 2006
Posts: 72
|
|
|
thanks alot for the info
|
 |
 |
|
|
subject: Automatic Generate Text File from mySQL
|
|
|