From: | snpe <snpe(at)snpe(dot)co(dot)yu> |
---|---|
To: | nferrier(at)tapsellferrier(dot)co(dot)uk |
Cc: | nferrier(at)tapsellferrier(dot)co(dot)uk, pgsql-jdbc(at)postgresql(dot)org |
Subject: | Re: streaming result sets: progress |
Date: | 2002-11-14 16:58:51 |
Message-ID: | 200211141658.51347.snpe@snpe.co.yu |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-jdbc |
On Thursday 14 November 2002 04:51 pm, nferrier(at)tapsellferrier(dot)co(dot)uk wrote:
> Message-ID: <uof8shz6p(dot)fsf(at)tapsellferrier(dot)co(dot)uk>
> Lines: 18
> MIME-Version: 1.0
> Content-Type: text/plain; charset=us-ascii
> --text follows this line--
>
> snpe <snpe(at)snpe(dot)co(dot)yu> writes:
> > I can't use it, because I haven't change query in 3pty software (btw)
> > In standard jdbc this is work :
> > Statement st = con.createStatement();
> > ResultSet rs = con.executeQuery("select * from tab");
>
> What do you mean "standard jdbc"?
>
> If you use the unpatched postgresql driver you have to always specify
> the ";".
'Standard jdbc' is JDBC from cvs (7.3 STABLE tag)
I haven't specify ; - it is work with and without ;
If you add before FETCH and Your patch work with and without
regards
Haris Peco
From | Date | Subject | |
---|---|---|---|
Next Message | Joshua Daniel Franklin | 2002-11-14 17:14:23 | State of updatable ResultSet in jdbc drivers |
Previous Message | nferrier | 2002-11-14 16:51:42 | Re: streaming result sets: progress |