Re: - Mailing list pgsql-jdbc

From Nick Fankhauser
Subject Re:
Date
Msg-id NEBBLAAHGLEEPCGOBHDGGEDGFBAA.nickf@ontko.com
Whole thread Raw
In response to ...  (ebeard@lexmark.com)
List pgsql-jdbc
Eric-


>             System.out.println("Driver loaded");
>             Connection con = DriverManager.getConnection
>
> ("jdbc:postgresql://pgsql-db.lpdev.prtdev.lexmark.com:5432","db","pw");


It looks like you haven't specified a database in the URL. I would expect to
see a URL that looks more like this:

jdbc:postgresql://pgsql-db.lpdev.prtdev.lexmark.com:5432/database-name
                                                           ^^^^^^^^^^^

Regards,

-Nick

--------------------------------------------------------------------------
Nick Fankhauser  nickf@ontko.com  Phone 1.765.935.4283  Fax 1.765.962.9788
Ray Ontko & Co.     Software Consulting Services     http://www.ontko.com/


pgsql-jdbc by date:

Previous
From: tony
Date:
Subject: Re: Connexion
Next
From: Dave Cramer
Date:
Subject: Re: