Re: [GENERAL] Reporting tool for Npgsql

2012-07-26 Thread Vincent Veyron
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

[GENERAL] Reporting tool for Npgsql

2012-07-23 Thread Marcus Túlio Ramos
Hi there! 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. Thanks -- View this message in context: http://postgresql.1045698.n5.nabble.com/Reporting-tool-for-Npgsql-tp5717654.html

Re: [GENERAL] Reporting problems wiki article - help requested

2009-07-29 Thread A. Kretschmer
In response to Craig Ringer : > Hi > > I've started on a wiki article on reporting problems / bugs with > PostgreSQL. It focuses mainly on collecting enough information for it to > be possible to answer questions reasonably. > > I'd really like edits / comments / suggestions. the error-message

[GENERAL] Reporting problems wiki article - help requested

2009-07-29 Thread Craig Ringer
Hi I've started on a wiki article on reporting problems / bugs with PostgreSQL. It focuses mainly on collecting enough information for it to be possible to answer questions reasonably. I'd really like edits / comments / suggestions. http://wiki.postgresql.org/wiki/Guide_to_reporting_problems

Re: [GENERAL] reporting tools

2007-10-16 Thread Geoffrey
Robert James wrote: Can you clarify the need / value added for reporting tool, over just running queries and packaging the output in HTML (with a little CSS for styling, you can get near PDF quality). This can be done in SQL and a tad of PHP (or Ruby). Looking at having someone generate report

Re: [GENERAL] reporting tools

2007-10-15 Thread Ow Mun Heng
On Mon, 2007-10-15 at 23:59 -0400, Robert James wrote: > Can you clarify the need / value added for reporting tool, over just > running queries and packaging the output in HTML (with a little CSS > for styling, you can get near PDF quality). This can be done in SQL > and a tad of PHP (or Ruby). >

Re: [GENERAL] reporting tools

2007-10-15 Thread Robert James
Can you clarify the need / value added for reporting tool, over just running queries and packaging the output in HTML (with a little CSS for styling, you can get near PDF quality). This can be done in SQL and a tad of PHP (or Ruby). On 10/15/07, Geoffrey <[EMAIL PROTECTED]> wrote: > > Ned Lilly w

Re: [GENERAL] reporting tools

2007-10-15 Thread Geoffrey
Ned Lilly wrote: On 10/14/2007 6:41 PM Geoffrey wrote: Bill Moran wrote: Geoffrey <[EMAIL PROTECTED]> wrote: Andrus wrote: I guess I should have noted that we will need to run this on Linux clients. Geoffrey, You can run FYIReporting engine in Linux using MONO ( www.go-mono.com ) Thanks,

Re: [GENERAL] reporting tools

2007-10-14 Thread Ned Lilly
On 10/14/2007 6:41 PM Geoffrey wrote: Bill Moran wrote: Geoffrey <[EMAIL PROTECTED]> wrote: Andrus wrote: I guess I should have noted that we will need to run this on Linux clients. Geoffrey, You can run FYIReporting engine in Linux using MONO ( www.go-mono.com ) Thanks, we're looking for s

Re: [GENERAL] reporting tools

2007-10-14 Thread Geoffrey
Bill Moran wrote: Geoffrey <[EMAIL PROTECTED]> wrote: Andrus wrote: I guess I should have noted that we will need to run this on Linux clients. Geoffrey, You can run FYIReporting engine in Linux using MONO ( www.go-mono.com ) Thanks, we're looking for something that will run natively on Linu

Re: [GENERAL] reporting tools

2007-10-14 Thread Bill Moran
Geoffrey <[EMAIL PROTECTED]> wrote: > > Andrus wrote: > >> I guess I should have noted that we will need to run this on Linux > >> clients. > > > > Geoffrey, > > > > You can run FYIReporting engine in Linux using MONO ( www.go-mono.com ) > > Thanks, we're looking for something that will run nat

Re: [GENERAL] reporting tools

2007-10-14 Thread Geoffrey
Andrus wrote: I guess I should have noted that we will need to run this on Linux clients. Geoffrey, You can run FYIReporting engine in Linux using MONO ( www.go-mono.com ) Thanks, we're looking for something that will run natively on Linux. -- Until later, Geoffrey Those who would give up

Re: [GENERAL] reporting tools

2007-10-14 Thread Andrus
> I guess I should have noted that we will need to run this on Linux > clients. Geoffrey, You can run FYIReporting engine in Linux using MONO ( www.go-mono.com ) Andrus. ---(end of broadcast)--- TIP 1: if posting/reading through Usenet, pleas

Re: [GENERAL] reporting tools

2007-10-03 Thread Geoffrey
Andrus wrote: Use www.fyireporting.com Open source, uses excellent PostgreSQL npgsql drivers. Use standard RDL format I guess I should have noted that we will need to run this on Linux clients. -- Until later, Geoffrey Those who would give up essential Liberty, to purchase a little temporar

Re: [GENERAL] Reporting services for PostgreSQL

2007-09-06 Thread Ned Lilly
Hi Andrus, There are some pretty good PDF docs that would be a good starting point for all of your questions - see http://www.xtuple.org/?q=node/2177. (They're also in the downloads area of the Sourceforge site, but a little hard to find). Speaking of the downloads, if you check there (http:/

Re: [GENERAL] Reporting services for PostgreSQL

2007-09-06 Thread Andrus
Thank you. How server-side reporting works ? Will it use some C stored proceure in server ? In which format rendered report is sent back ? I need to call it in C# Where to find example calling OpenRpt in MONO / .NET ? Is OpenRpt now in LGPL, I havent found any announcment about licence change

Re: [GENERAL] Reporting services for PostgreSQL

2007-09-06 Thread Andrus
> "Render" as in "run the report program on the host"? Yes. Many reports shows only summary data in reports. If such report is created in server, it runs fast. If such report is created in client, it need to retrieve a lot of data and is very slow. Andrus. ---(end of b

Re: [GENERAL] Reporting services for PostgreSQL

2007-09-04 Thread Ned Lilly
Try OpenRPT - server side rendering engine, and client-side GUI designer. http://sourceforge.net/projects/openrpt Cheers, Ned On 9/1/2007 7:12 AM Andrus wrote: I'm looking for a report generator which renders reports in server and sends rendering result to client. any idea ? Andrus. ---

Re: [GENERAL] Reporting services for PostgreSQL

2007-09-02 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/01/07 06:12, Andrus wrote: > I'm looking for a report generator which renders reports in server and sends > rendering result to client. "Render" as in "run the report program on the host"? - -- Ron Johnson, Jr. Jefferson LA USA Give a man a

[GENERAL] Reporting services for PostgreSQL

2007-09-02 Thread Andrus
I'm looking for a report generator which renders reports in server and sends rendering result to client. any idea ? Andrus. ---(end of broadcast)--- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail com

Re: [GENERAL] reporting tools

2007-08-26 Thread Andrus
Use www.fyireporting.com Open source, uses excellent PostgreSQL npgsql drivers. Use standard RDL format Andrus. "Geoffrey" <[EMAIL PROTECTED]> kirjutas sõnumis news:[EMAIL PROTECTED] > We are looking for a reporting tool that will enable users to generate > their own reports. Something lik

Re: [GENERAL] reporting tools

2007-08-23 Thread Gauthier, Dave
gsql-general@postgresql.org Subject: Re: [GENERAL] reporting tools Ned Lilly wrote on 23.08.2007 15:44: > This is specifically why we released OpenRPT as open source - it's very > lightweight, no Java required. http://sf.net/projects/openrpt I am a Java developer and thus I have no p

Re: [GENERAL] reporting tools

2007-08-23 Thread Ned Lilly
On 8/23/2007 10:07 AM Thomas Kellerer wrote: Ned Lilly wrote on 23.08.2007 15:44: This is specifically why we released OpenRPT as open source - it's very lightweight, no Java required. http://sf.net/projects/openrpt I am a Java developer and thus I have no problems in using Java based tool

Re: [GENERAL] reporting tools

2007-08-23 Thread Michael Schmidt
o: Geoffrey<mailto:[EMAIL PROTECTED]> Cc: pgsql-general@postgresql.org<mailto:pgsql-general@postgresql.org> Sent: Thursday, August 23, 2007 7:35 AM Subject: Re: [GENERAL] reporting tools On Wed, 2007-08-22 at 18:57 -0400, Geoffrey wrote: > We are looking for a reporting tool

Re: [GENERAL] reporting tools

2007-08-23 Thread Thomas Kellerer
Ned Lilly wrote on 23.08.2007 15:44: This is specifically why we released OpenRPT as open source - it's very lightweight, no Java required. http://sf.net/projects/openrpt I am a Java developer and thus I have no problems in using Java based tools. Especially because I ususally only have a JDB

Re : [GENERAL] reporting tools

2007-08-23 Thread Laurent ROCHE
ithin a few minutes. Have fun, [EMAIL PROTECTED] The Computing Froggy - Message d'origine De : Thomas Kellerer <[EMAIL PROTECTED]> À : pgsql-general@postgresql.org Envoyé le : Jeudi, 23 Août 2007, 11h16mn 46s Objet : Re: [GENERAL] reporting tools Phoenix Kiula wrote on 23.08.2007 10

Re: [GENERAL] reporting tools

2007-08-23 Thread Ned Lilly
On 8/23/2007 5:16 AM Thomas Kellerer wrote: Phoenix Kiula wrote on 23.08.2007 10:42: On 23/08/07, Scott Marlowe <[EMAIL PROTECTED]> wrote: Yeah, I'm not the biggest fan of CR, but it's worked with PostgreSQL for quite some time now. We had it hitting a pg7.2 db back in the day, when hip kids r

Re: [GENERAL] reporting tools

2007-08-23 Thread Reid Thompson
On Wed, 2007-08-22 at 18:57 -0400, Geoffrey wrote: > We are looking for a reporting tool that will enable users to generate > their own reports. Something like Crystal Reports. > > Anyone using something like this with Postgresql? > agata, datavision, jasper reports, birt, openRPT -- google s

Re: [GENERAL] reporting tools

2007-08-23 Thread Andrew Kelly
On Thu, 2007-08-23 at 06:20 -0400, Geoffrey wrote: > Joshua D. Drake wrote: > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA1 > > > > John DeSoi wrote: > >> On Aug 22, 2007, at 7:21 PM, Geoffrey wrote: > >> > >>> We are looking for an open source reporting tool that will enable > >>> users to

Re: [GENERAL] reporting tools

2007-08-23 Thread Geoffrey
Thanks for the various responses, I'll check them out and post my research results and our decision. -- Until later, Geoffrey Those who would give up essential Liberty, to purchase a little temporary Safety, deserve neither Liberty nor Safety. - Benjamin Franklin ---(e

Re: [GENERAL] reporting tools

2007-08-23 Thread Geoffrey
Joshua D. Drake wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 John DeSoi wrote: On Aug 22, 2007, at 7:21 PM, Geoffrey wrote: We are looking for an open source reporting tool that will enable users to generate their own reports. Something like Crystal Reports. ;) I was looking at a co

Re: [GENERAL] reporting tools

2007-08-23 Thread Thomas Kellerer
Phoenix Kiula wrote on 23.08.2007 10:42: On 23/08/07, Scott Marlowe <[EMAIL PROTECTED]> wrote: Yeah, I'm not the biggest fan of CR, but it's worked with PostgreSQL for quite some time now. We had it hitting a pg7.2 db back in the day, when hip kids road around in rag top roadsters and wore tshi

Re: [GENERAL] reporting tools

2007-08-23 Thread Ow Mun Heng
On Thu, 2007-08-23 at 16:42 +0800, Phoenix Kiula wrote: > On 23/08/07, Scott Marlowe <[EMAIL PROTECTED]> wrote: > > > > Yeah, I'm not the biggest fan of CR, but it's worked with PostgreSQL > > for quite some time now. We had it hitting a pg7.2 db back in the > > day, when hip kids road around in r

Re: [GENERAL] reporting tools

2007-08-23 Thread Phoenix Kiula
On 23/08/07, Scott Marlowe <[EMAIL PROTECTED]> wrote: > > Yeah, I'm not the biggest fan of CR, but it's worked with PostgreSQL > for quite some time now. We had it hitting a pg7.2 db back in the > day, when hip kids road around in rag top roadsters and wore tshirts > with cigarettes rolled in thei

Re: [GENERAL] reporting tools

2007-08-22 Thread Joshua D. Drake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 John DeSoi wrote: > > On Aug 22, 2007, at 7:21 PM, Geoffrey wrote: > >> We are looking for an open source reporting tool that will enable >> users to generate their own reports. Something like Crystal Reports. ;) > > I was looking at a couple the o

Re: [GENERAL] reporting tools

2007-08-22 Thread John DeSoi
On Aug 22, 2007, at 7:21 PM, Geoffrey wrote: We are looking for an open source reporting tool that will enable users to generate their own reports. Something like Crystal Reports. ;) I was looking at a couple the other day: iReport (part of Jasper), OpenRPT, and DataVision (http://datav

Re: [GENERAL] reporting tools

2007-08-22 Thread Scott Marlowe
On 8/22/07, Joshua D. Drake <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Geoffrey wrote: > > We are looking for a reporting tool that will enable users to generate > > their own reports. Something like Crystal Reports. > > > > Anyone using something like this wi

Re: [GENERAL] reporting tools

2007-08-22 Thread Geoffrey
Joshua D. Drake wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Geoffrey wrote: We are looking for a reporting tool that will enable users to generate their own reports. Something like Crystal Reports. Anyone using something like this with Postgresql? Why not Crystal Reports? My bad

Re: [GENERAL] reporting tools

2007-08-22 Thread Joshua D. Drake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Geoffrey wrote: > We are looking for a reporting tool that will enable users to generate > their own reports. Something like Crystal Reports. > > Anyone using something like this with Postgresql? > Why not Crystal Reports? Joshua D. Drake - --

[GENERAL] reporting tools

2007-08-22 Thread Geoffrey
We are looking for a reporting tool that will enable users to generate their own reports. Something like Crystal Reports. Anyone using something like this with Postgresql? -- Until later, Geoffrey Those who would give up essential Liberty, to purchase a little temporary Safety, deserve neithe

Re: [GENERAL] Reporting

2007-07-28 Thread Jim Nasby
On Jul 22, 2007, at 4:18 AM, Matthew Snape wrote: I have just listened to Josh Berkus on FLOSS regarding postgresql. It was suggested that postgresql has advantages over other databases when it comes to reporting. Why is this? I'll venture a guess that Josh was referring to our ability to

[GENERAL] Reporting

2007-07-24 Thread Matthew Snape
I have just listened to Josh Berkus on FLOSS regarding postgresql. It was suggested that postgresql has advantages over other databases when it comes to reporting. Why is this?

Re: [GENERAL] Reporting tools

2005-06-15 Thread Steve Atkins
On Wed, Jun 15, 2005 at 09:51:53AM -0400, Hrishikesh Deshmukh wrote: > Hi All, > > Are there better open source reporting tools than openrpt, agata? Not unless you like Java. If Java is your thing then JasperReports (and it's various GUI designers) aren't bad, but it looks like BIRT (http://www.

Re: [GENERAL] Reporting tools

2005-06-15 Thread Moises Alberto Lindo Gutarra
for java programming, yes, it's ireport that handles jasperreport engine. 2005/6/15, Hrishikesh Deshmukh <[EMAIL PROTECTED]>: > Hi All, > > Are there better open source reporting tools than openrpt, agata? > > Thanks, > Hrishi > > ---(end of broadcast)---

[GENERAL] Reporting tools

2005-06-15 Thread Hrishikesh Deshmukh
Hi All, Are there better open source reporting tools than openrpt, agata? Thanks, Hrishi ---(end of broadcast)--- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])

Re: [GENERAL] reporting solution for postgresql

2005-05-24 Thread Geoffrey
Listas Evandro (Não use este endereço para mensagens pessoais) wrote: Try http://www.agata.org.br/us/index.php Is very good and free We looked at agata, but I have a real problem with the following installation instructions on the agata page: rpm -i --force That's not something I care to

Re: [GENERAL] reporting solution for postgresql

2005-05-24 Thread Não use este endereço para mensagens pessoais
Try http://www.agata.org.br/us/index.php   Is very good and free  On 5/24/05, Aly Dharshi <[EMAIL PROTECTED]> wrote: Hello Dino,   I think that there is something called openrpt http://www.openrpt.com/ have youlooked at this ?   Cheers,   Aly.Dino Vliet wrote:> Hi folks,>> Maybe a litt

Re: [GENERAL] reporting solution for postgresql

2005-05-24 Thread Aly Dharshi
Hello Dino, I think that there is something called openrpt http://www.openrpt.com/ have you looked at this ? Cheers, Aly. Dino Vliet wrote: Hi folks, Maybe a little bit off topic, but I want to convince my managers of the value of opensource products and decided that I wil

[GENERAL] reporting solution for postgresql

2005-05-24 Thread Dino Vliet
Hi folks, Maybe a little bit off topic, but I want to convince my managers of the value of opensource products and decided that I will reverse engineer the datawarehouse at my company. We are a small player and our datawarehouse solution is based on an ETL tool from Informatica, Oracle and Busines