Connecting Tech Pros Worldwide Forums | Help | Site Map

Generating reports from database

Batista, Facundo
Guest
 
Posts: n/a
#1: Jul 18 '05
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
Guest
 
Posts: n/a
#2: Jul 18 '05

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@uniFON.com.ar> wrote in message
news:mailman.47.1077641402.8594.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]


Jamey Cribbs
Guest
 
Posts: n/a
#3: Jul 18 '05

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
Closed Thread