[Pljava-dev] The 'setFetchSize' method of ResultSet problem

From: thomas at tada(dot)se (Thomas Hallgren)
To:
Subject: [Pljava-dev] The 'setFetchSize' method of ResultSet problem
Date: 2006-03-10 13:21:27
Message-ID: 44117D57.2090502@tada.se
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pljava-dev

I doubt this message comes from the PL/Java JDBC driver. Are you by any
chance trying to use some other JDBC driver from inside PL/Java? How do
you obtain your connection?

- thomas

PS. Please post to the PL/Java mailing list and not to me personally.
PL/Java is an open source project and discussions concerning PL/Java
should benefit the community.

lifeng wrote:
> Thomas Hallgren,???
>
> I use pl/java 1.2 . I wrote a function which using sqlserver's jdbcdriver to get recordset from remote sqlserverdb's table . For increasing performance ,i used 'setFetchSize' method(ResultSet'method) in the java function to set Fetch size .I set 20000 row.The data size is 2.5M data in per fetch.When i ran the function , i got the erro(JAVA SQL SQLEXCEPTION: IO Erro creating temp file : null) from pgsql.How can i do with the problem?
>
> ======= 2006-01-25 15:08:29 ????????=======
>

Responses

Browse pljava-dev by date

  From Date Subject
Next Message Thomas Hallgren 2006-03-10 13:35:25 [Pljava-dev] The 'setFetchSize' method of ResultSet problem
Previous Message Satoshi Nagayasu 2006-03-02 07:50:26 [Pljava-dev] SecurityException on pljava-1.2