Re: Crystal Reports: Connection rejected: FATAL: no

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: "Rover, Mischa de" <mischa(dot)de(dot)rover(at)capgemini(dot)com>
Cc: Prasanth <dbadmin(at)nqadmin(dot)com>, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Crystal Reports: Connection rejected: FATAL: no
Date: 2005-03-11 21:55:29
Message-ID: 423213D1.3030902@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Rover, Mischa de wrote:

> jdbc:postgresql://server/dbname?user=dba&password=pw&
>
> When ending the url with a '&' it works fine. Ending with a '&' is
> because of the fact that Crystal Reports puts a string with parameters
> separated by ';' at the end. And hand this over to the jdbc driver.
>
> jdbc:postgresql://server/dbname?user=dba&password=pw&
> DatabaseName=;user=;password

Aha, that explains what is going on. Crystal Reports seems pretty broken
if it's munging the URL itself, since the sub-protocol URL syntax is
driver-specific.

-O

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Prasanth 2005-03-11 22:02:42 Re: Crystal Reports: Connection rejected: FATAL: no
Previous Message Rover, Mischa de 2005-03-11 21:36:46 Re: Crystal Reports: Connection rejected: FATAL: no