Re:

From: "Nick Fankhauser" <nickf(at)ontko(dot)com>
To: <ebeard(at)lexmark(dot)com>, <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re:
Date: 2002-06-05 15:29:31
Message-ID: NEBBLAAHGLEEPCGOBHDGGEDGFBAA.nickf@ontko.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)ontko(dot)com Phone 1.765.935.4283 Fax 1.765.962.9788
Ray Ontko & Co. Software Consulting Services http://www.ontko.com/

In response to

  • at 2002-06-04 18:38:12 from ebeard

Responses

  • Re: at 2002-06-05 19:23:07 from Barry Lind

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2002-06-05 16:05:47 Re:
Previous Message tony 2002-06-05 14:40:25 Re: Connexion