Обсуждение: jasperEdit and postgres

Поиск
Список
Период
Сортировка

jasperEdit and postgres

От
"cacko"
Дата:
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

Re: jasperEdit and postgres

От
"Nick Fankhauser"
Дата:

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