report generation in mysql

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nazish zehra
    New Member
    • Dec 2011
    • 31

    report generation in mysql

    I am making a database in mysql with java on front end but I want to know that is there any way to generate reports in mysql with java?Likewise oracle provides report builder and form builder do we have this facility in mysql when using java as frontend ?
  • Luuk
    Recognized Expert Top Contributor
    • Mar 2012
    • 1043

    #2
    Business Intelligence and Reporting Tools
    Birt

    But there should be more reporting tools which can use a standard JDBC connection, and therefore are capable in connecting to MySQL

    Comment

    • nazish zehra
      New Member
      • Dec 2011
      • 31

      #3
      Is this going to work for NetBeans IDLe also?

      Comment

      • Luuk
        Recognized Expert Top Contributor
        • Mar 2012
        • 1043

        #4
        I dont know much about difference between NetBeans and/or Eclipse,
        Birt is Eclipse based.

        Google should be able to find a way to embed this report in a Netbeans project.....

        Comment

        • nazish zehra
          New Member
          • Dec 2011
          • 31

          #5
          Is it good to use java as front end for database?I am looking for an alternative of oracle(form builder and report builder)and also my database is not web based

          Comment

          Working...