File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Java in General and the fly likes Automatic Generate Text File from mySQL Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Automatic Generate Text File from mySQL" Watch "Automatic Generate Text File from mySQL" New topic
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
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Automatic Generate Text File from mySQL
 
Similar Threads
read text file and save data into database
way to convert text to vaild string
Can I connect .mdb on linux server through jdbc.
NetBeans and MySQL
Can I connect .mdb on linux server through jdbc.