On Tue, 27 Jan 2004, Bhushan Bhangale wrote:
> Hi All,
>
> I serached the archives but couldn't find what I am looking for. I am new to
> postgres. I want to know connection string which I need to connect to
> postgres database using jdbc.
>
> In informix I do
>
> jdbc:informix-sqli://devdb:12000/dcslive:INFORMIXSERVER=devdbv2;USER=bb;PASS
> WORD=bb;OPTOFC=1
>
http://www.postgresql.org/docs/current/static/jdbc-use.html#JDBC-CONNECT
Kris Jurka