Re: Reporting tool for Npgsql

Поиск
Список
Период
Сортировка
От Vincent Veyron
Тема Re: Reporting tool for Npgsql
Дата
Msg-id 1343310397.2471.17.camel@asus-1001PX.home
обсуждение исходный текст
Ответ на Reporting tool for Npgsql  (Marcus Túlio Ramos <marcustulioramos@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Gabriele Bartolini
Дата:
Сообщение: Re: BI tools and postgresql
Следующее
От: Vincent Veyron
Дата:
Сообщение: Re: BI tools and postgresql