Generating reports from database

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Batista, Facundo

    Generating reports from database

    I'm searching some package that allows to, from a SQL query to a database,
    generate and send to printer and screen a report (sales detail, stock
    report, etc.).

    Somebody is doing something like this? Experiences?

    Thank you!

    .. Facundo

  • Larry Bates

    #2
    Re: Generating reports from database

    What platform (e.g. Windows/Linux, ...)

    On Windows it is nearly impossible to write something better
    than Crystal Reports or Active Reports programs. They
    are very flexible.

    -Larry Bates


    "Batista, Facundo" <FBatista@uniFO N.com.ar> wrote in message
    news:mailman.47 .1077641402.859 4.python-list@python.org ...[color=blue]
    > I'm searching some package that allows to, from a SQL query to a database,
    > generate and send to printer and screen a report (sales detail, stock
    > report, etc.).
    >
    > Somebody is doing something like this? Experiences?
    >
    > Thank you!
    >
    > . Facundo
    >[/color]


    Comment

    • Jamey Cribbs

      #3
      Re: Generating reports from database

      Larry Bates wrote:[color=blue]
      > What platform (e.g. Windows/Linux, ...)
      >
      > On Windows it is nearly impossible to write something better
      > than Crystal Reports or Active Reports programs. They
      > are very flexible.
      >[/color]

      But if you don't already own either of these products, this can be costly.

      Check out RPV (www.rpvreport.com). It's a report engine that takes a
      more simplistic approach to producing reports than Crystal. For around
      $40-$50, you can purchase the product and distribute the runtime to ALL
      of your clients royalty free.

      I have used RPV from many Python and Ruby apps and it works great.

      Jamey

      Comment

      Working...