Re: jasperEdit and postgres

Поиск
Список
Период
Сортировка
От Nick Fankhauser
Тема Re: jasperEdit and postgres
Дата
Msg-id NEBBLAAHGLEEPCGOBHDGOEOFJBAA.nickf@ontko.com
обсуждение исходный текст
Ответ на jasperEdit and postgres  ("cacko" <cacko@pinsoft.com>)
Список pgsql-jdbc

I don't know a thing about jasper, but the string I'd use in a getConnection
is:

jdbc:postgresql://192.168.2.2:54321/neo

*But*... I'd guess you really meant 5432 for the port, so probably strike
the extra "1" in the example above.

-Nick

-----Original Message-----
From: pgsql-jdbc-owner@postgresql.org
[mailto:pgsql-jdbc-owner@postgresql.org]On Behalf Of cacko
Sent: Monday, October 20, 2003 7:41 AM
To: pgsql-jdbc@postgresql.org
Subject: [JDBC] jasperEdit and postgres


Hi,
could you tell me what is url string when I am connecting to postgresql db
at 192.168.2.2:54321, db is neo
thanx a lot

Aca



В списке pgsql-jdbc по дате отправления:

Предыдущее
От: "Nick Fankhauser"
Дата:
Сообщение: Re: No suitable driver
Следующее
От: Anders Hermansen
Дата:
Сообщение: Re: Help Me