Re: A new JDBC driver...

Поиск
Список
Период
Сортировка
От Thomas Kellerer
Тема Re: A new JDBC driver...
Дата
Msg-id kho1qt$74e$1@ger.gmane.org
обсуждение исходный текст
Ответ на Re: A new JDBC driver...  (Kevin Wooten <kdubb@me.com>)
Список pgsql-jdbc
Kevin Wooten wrote on 12.03.2013 19:29:
> I don't expect it to work with SQL workbench but after looking at
> this, it cannot find the property for "username", "password" or
> "database".
>
> "database" is properly gleaned from the URL. "username" and
> "password" can be provided as extra properties or as URL query
> parameters.
>
> What URL are you using to connect and what properties are being
> provided?
>

Exactly the same credentials as with the "real" Postgres driver.

The URL is: jdbc:postgresql://localhost/wbtest

And I am using Driver.connect(String, Properties)

The Properties instance contains essentially the keys "user" and "password" (as per JDBC specs).

Regards
Thomas

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Dave Cramer
Дата:
Сообщение: Re: A new JDBC driver...
Следующее
От: Thor Michael Støre
Дата:
Сообщение: Re: A new JDBC driver...