Re: Reporting tool for Npgsql - Mailing list pgsql-general

From Vincent Veyron
Subject Re: Reporting tool for Npgsql
Date
Msg-id 1343310397.2471.17.camel@asus-1001PX.home
Whole thread Raw
In response to Reporting tool for Npgsql  (Marcus Túlio Ramos <marcustulioramos@gmail.com>)
List pgsql-general
Le lundi 23 juillet 2012 à 11:53 -0700, Marcus Túlio Ramos a écrit :

> I´m using Visual Studio 2010 - C# and Postgres with NPGSQL for data
> provider.
>
> I´d like to know what´s the best option for a Report Builder on this
> scenario.

If you can separate it from your application, I find that a very
convenient way to reduce reporting problems is to build an exporting
tools that provides the data needed in a file in csv format, which users
import into the various tools they have.

A lot of tools can also connect to the db directly and build
queries/reports (MS-Access for instance).

You do need a good schema to do that, though.

--
Vincent Veyron
http://marica.fr/
Logiciel de gestion des sinistres assurances et des dossiers contentieux pour le service juridique


pgsql-general by date:

Previous
From: Gabriele Bartolini
Date:
Subject: Re: BI tools and postgresql
Next
From: Vincent Veyron
Date:
Subject: Re: BI tools and postgresql