Re: Crystal Reports / PostgreSQL

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: Kenneth Hutchinson <Kenneth(dot)Hutchinson(at)realpage(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Crystal Reports / PostgreSQL
Date: 2005-02-10 21:01:34
Message-ID: 420BCBAE.6090807@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Kenneth Hutchinson wrote:
> Yes, please add this. Or have it write to a log or something. Usually
> an app has a details button that allows you to see a trace or something
> with more detail. What is provided is not sufficient.

If you set a log writer on java.sql.DriverManager, every
java.sql.SQLException (or subclass e.g. PSQLException) will log a stack
trace on construction. I actually find this more annoying than useful
when debugging, but it's out of our control..

-O

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Oliver Jowett 2005-02-10 21:08:32 Re: Crystal Reports / PostgreSQL
Previous Message Kris Jurka 2005-02-10 20:01:34 Re: Crystal Reports / PostgreSQL