From: | "Nick Fankhauser" <nickf(at)ontko(dot)com> |
---|---|
To: | "cacko" <cacko(at)pinsoft(dot)com>, <pgsql-jdbc(at)postgresql(dot)org> |
Subject: | Re: jasperEdit and postgres |
Date: | 2003-10-24 21:35:32 |
Message-ID: | NEBBLAAHGLEEPCGOBHDGOEOFJBAA.nickf@ontko.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(at)postgresql(dot)org
[mailto:pgsql-jdbc-owner(at)postgresql(dot)org]On Behalf Of cacko
Sent: Monday, October 20, 2003 7:41 AM
To: pgsql-jdbc(at)postgresql(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | Anders Hermansen | 2003-10-24 21:40:35 | Re: Help Me |
Previous Message | Nick Fankhauser | 2003-10-24 21:30:08 | Re: No suitable driver |