Re:

Поиск
Список
Период
Сортировка
От Nick Fankhauser
Тема Re:
Дата
Msg-id NEBBLAAHGLEEPCGOBHDGGEDGFBAA.nickf@ontko.com
обсуждение исходный текст
Ответ на ...  (ebeard@lexmark.com)
Список 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 по дате отправления:

Предыдущее
От: tony
Дата:
Сообщение: Re: Connexion
Следующее
От: Dave Cramer
Дата:
Сообщение: Re: