Re: Crystal Reports / PostgreSQL - Mailing list pgsql-jdbc

From Oliver Jowett
Subject Re: Crystal Reports / PostgreSQL
Date
Msg-id 420BCBAE.6090807@opencloud.com
Whole thread Raw
In response to Re: Crystal Reports / PostgreSQL  ("Kenneth Hutchinson" <Kenneth.Hutchinson@RealPage.com>)
List 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

pgsql-jdbc by date:

Previous
From: Kris Jurka
Date:
Subject: Re: Crystal Reports / PostgreSQL
Next
From: Oliver Jowett
Date:
Subject: Re: Crystal Reports / PostgreSQL