Re: Crystal Reports: Connection rejected: FATAL: no

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: Crystal Reports: Connection rejected: FATAL: no
Дата
Msg-id 423213D1.3030902@opencloud.com
обсуждение исходный текст
Ответ на Re: Crystal Reports: Connection rejected: FATAL: no  ("Rover, Mischa de" <mischa.de.rover@capgemini.com>)
Список 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 по дате отправления:

Предыдущее
От: "Rover, Mischa de"
Дата:
Сообщение: Re: Crystal Reports: Connection rejected: FATAL: no
Следующее
От: "Prasanth"
Дата:
Сообщение: Re: Crystal Reports: Connection rejected: FATAL: no