Re: connectivity problem

From: Kris Jurka <books(at)ejurka(dot)com>
To: adp adp <adp_group2004(at)yahoo(dot)co(dot)in>
Cc: <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: connectivity problem
Date: 2004-01-30 08:33:22
Message-ID: Pine.LNX.4.33.0401300329370.14397-100000@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Fri, 30 Jan 2004, [iso-8859-1] adp adp wrote:

> String
> url="jdbc:postgresql//10.1.30.10:85/test";

You are mising a colon after postgresql. I also would be very surprised
if 85 was the correct port to connect to. Based on your previous attempt
to connct to localhost I would recommend using

jdbc:postgresql://127.0.0.1/test

Kris Jurka

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Patrick Perroud 2004-01-30 08:45:57 Re: connectivity problem
Previous Message adp adp 2004-01-30 08:26:27 connectivity problem