Report Maker

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ddtpmyra
    Contributor
    • Jun 2008
    • 333

    Report Maker

    Hi Gurus :)

    Anys suggestion for reporting tool like PHP report maker for MS SQL database?

    thanks in advance!

    Im looking for a web base tool for publishing
  • ck9663
    Recognized Expert Specialist
    • Jun 2007
    • 2878

    #2
    There's a SQL Server Reporting Service

    Good luck!!!

    --- CK

    Comment

    • ddtpmyra
      Contributor
      • Jun 2008
      • 333

      #3
      I only have access thru ODBC and Im using MS SQL Studio Express, basically what I wanted to do is to have a dynamic (adhoc) reporting that is a webbase just like PHP report where the user can select or filter the colulmns results.

      Comment

      • ck9663
        Recognized Expert Specialist
        • Jun 2007
        • 2878

        #4
        Try crystal report. I'm not sure if MS Access can output report as HTML, but you might also want to consider that.


        Good luck!!!


        --- CK

        Comment

        • ddtpmyra
          Contributor
          • Jun 2008
          • 333

          #5
          Hi CK,

          I tried it, but it seems its not real time. I have to refresh the connection inside the crystal repot once a while.

          Its my first time to use crystal ver9, im not sure if im doing it correctly. I create the report and have it in html exported to my webroot.

          Comment

          • ck9663
            Recognized Expert Specialist
            • Jun 2007
            • 2878

            #6
            Yes, you're going to refresh it if that's case. Try to create a button that will generate the report for you so the user can rerun it every time he needs it.

            --- CK

            Comment

            • ddtpmyra
              Contributor
              • Jun 2008
              • 333

              #7
              CK,

              do you mean html button to do 'refresh' inside the html code?

              Comment

              • ck9663
                Recognized Expert Specialist
                • Jun 2007
                • 2878

                #8
                Yes, that's what I mean.

                You can also create a dynamic page to display the report in HTML format and just let the user to print it through the browser. You have to consider the page orientation, margin, etc... or... you can create a "printable page" as well..

                Good luck!!!

                --- CK

                Comment

                Working...