| 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: | Whole Thread | Raw Message | 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/
| 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 |