Re: JDBC prob. Continued - Mailing list pgsql-interfaces

From Christopher Farley
Subject Re: JDBC prob. Continued
Date
Msg-id Pine.BSF.4.21.0011161505570.11653-100000@kraeusen.nbrewer.com
Whole thread Raw
In response to JDBC prob. Continued  ("tony" <tony@uickarate.com>)
List pgsql-interfaces
> so I've changed by getConnection to
> DriverManager.getConnection("jdbc:postgresql:database_name", "postgres",
> "password");

The above URL is not correct, it should be
jdbc:postgresql://localhost:5432/database_name

Note the two slashes after jdbc:postgresql:

I am not sure if localhost:5432 is required, but it won't hurt.

----
Christopher Farley
Northern Brewer / 1150 Grand Avenue / St. Paul, MN 55105
www.northernbrewer.com    





pgsql-interfaces by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [BUGS] no meaningful way to determine fe or be version?
Next
From: "Michael Miyabara-McCaskey"
Date:
Subject: ODBC Windows driver corrupts data?