Re: jasperEdit and postgres - Mailing list pgsql-jdbc

From Nick Fankhauser
Subject Re: jasperEdit and postgres
Date
Msg-id NEBBLAAHGLEEPCGOBHDGOEOFJBAA.nickf@ontko.com
Whole thread Raw
In response to jasperEdit and postgres  ("cacko" <cacko@pinsoft.com>)
List 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 by date:

Previous
From: "Nick Fankhauser"
Date:
Subject: Re: No suitable driver
Next
From: Anders Hermansen
Date:
Subject: Re: Help Me