Re: streaming result sets: progress

From: nferrier(at)tapsellferrier(dot)co(dot)uk
To: snpe <snpe(at)snpe(dot)co(dot)yu>
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:51:42
Message-ID: E18CNLD-0000Si-00@tf1.tapsellferrier.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

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 ";".

This is different to Oracle but it isn't part of the JDBC standard.

Nic

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message snpe 2002-11-14 16:58:51 Re: streaming result sets: progress
Previous Message snpe 2002-11-14 16:46:01 Re: streaming result sets: progress