Re: [INTERFACES] simple JDBC --> can't get started

From: Peter T Mount <peter(at)retep(dot)org(dot)uk>
To: yangsu(at)flash(dot)cs(dot)iastate(dot)edu
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: [INTERFACES] simple JDBC --> can't get started
Date: 1998-07-27 09:46:04
Message-ID: Pine.LNX.3.96.980727104319.934E-100000@maidast.retep.org.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

On Mon, 27 Jul 1998, Yang Su wrote:

> String usr="yangsu";
> String pwd="";

Even when using trust, the password must have something in it, otherwise
JDBC will not start. It cannot be null, nor "".

However trust (and ident) doesn't need the password to be defined in the
database.

--
Peter T Mount peter(at)retep(dot)org(dot)uk or petermount(at)earthling(dot)net
Main Homepage: http://www.retep.org.uk
************ Someday I may rebuild this signature completely ;-) ************
Work Homepage: http://www.maidstone.gov.uk Work EMail: peter(at)maidstone(dot)gov(dot)uk

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Peter T Mount 1998-07-27 09:48:47 Re: [INTERFACES] large objects
Previous Message Peter T Mount 1998-07-27 09:38:55 Re: [INTERFACES] JDBC compile error