DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10274>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10274

esql hangs on update statements





------- Additional Comments From [EMAIL PROTECTED]  2002-06-27 09:52 
-------
i'm using the oracle 8.1.7.
my statement was an UPDATE Query which resulted in 1 row being updated.

in my understanding updatecountcount is a counter which is incremented for each
call of "getMoreResults".

in my case (1 updated row) the condition :
(this.hasResultSet || (this.updateCount > -1)) gives always true because 
updateCount is initialised with 1 and is never changed --> getMoreResults
always returns true.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to