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