Re: A new JDBC driver...

From: Thomas Kellerer <spam_eater(at)gmx(dot)net>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: A new JDBC driver...
Date: 2013-03-12 20:06:05
Message-ID: kho1qt$74e$1@ger.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Thor Michael Støre 2013-03-12 22:41:01 Re: A new JDBC driver...
Previous Message Dave Cramer 2013-03-12 18:59:21 Re: A new JDBC driver...