Re: streaming result sets: progress - Mailing list pgsql-jdbc

From nferrier@tapsellferrier.co.uk
Subject Re: streaming result sets: progress
Date
Msg-id E18CNLD-0000Si-00@tf1.tapsellferrier.co.uk
Whole thread Raw
In response to Re: streaming result sets: progress  (snpe <snpe@snpe.co.yu>)
Responses Re: streaming result sets: progress  (snpe <snpe@snpe.co.yu>)
List pgsql-jdbc
Message-ID: <uof8shz6p.fsf@tapsellferrier.co.uk>
Lines: 18
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
--text follows this line--
snpe <snpe@snpe.co.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


pgsql-jdbc by date:

Previous
From: snpe
Date:
Subject: Re: streaming result sets: progress
Next
From: snpe
Date:
Subject: Re: streaming result sets: progress