Re: Crystal Reports: Connection rejected: FATAL: no - Mailing list pgsql-jdbc

From Oliver Jowett
Subject Re: Crystal Reports: Connection rejected: FATAL: no
Date
Msg-id 423213D1.3030902@opencloud.com
Whole thread Raw
In response to Re: Crystal Reports: Connection rejected: FATAL: no  ("Rover, Mischa de" <mischa.de.rover@capgemini.com>)
List 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

pgsql-jdbc by date:

Previous
From: "Rover, Mischa de"
Date:
Subject: Re: Crystal Reports: Connection rejected: FATAL: no
Next
From: "Prasanth"
Date:
Subject: Re: Crystal Reports: Connection rejected: FATAL: no