Could you be a little more specific in your question:
Do you need help with JDBC interface or writing SQL?
what product do you want to view the report with? This makes a huge difference in how the output has to be treated. OLE, DDE, HTML, XML, CSV, Plain Text, Word, etc...
What you basically have asked is: I have a project I have to do, please do it for me and we're using MySQL. Be much more specific if you want any help.
Thanks, enkhbayars..
I find out iReport is a good tool to generate Java report, I use MySQL to store my database..
I've generated some report using iReport, I call the report from my java application which asking input from user.
But there are some problem with my reports, after I call the report from java application and close the report, my java application also closed automatically. Why that happen, are there any way to prevent my application closed when I close my report?
Thank you,