This solution gives forward only ResultSet objects. Is there any way to get scrollable ResultSets?

I'm using the Oracle thin driver to update a batch of records using a prepared statement, addBatch() and executeBatch(). All of the updates go through fine and the data is updated correctly, but all of the updateCounts returned are "-2". I haven't been able to find any documentation for the thin driver, so I don't know if this return code is something I should be worried about, or if I should just ignore it.

Location: jguru.com/faq/view.jsp?EID=525335 Created: Oct 19, 2001 Author: Joe Sam Shirah (jguru.com/guru/viewbio.jsp?EID=42100) Question originally posed by Tim Duggan (jguru.com/guru/viewbio.jsp?EID=506387 From the JDK 1.3 Statement.executeBatch() API documentation: "A value of -2 -- indicates that the command was processed successfully but that the number of rows affected is unknown." See the documentation and Batch Update Facility for more information. I have a Stored procedure, which consists of the following: • Creating a Temp Table • ... more.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions