[Mono-dev] Bug 486705 Update / Fix?

Thracx SpamMonkey01+Mono at gmail.com
Fri Mar 20 15:34:39 EDT 2009


Ahh, thanks for the information Shao.  Did you submit your changes to be
included in a future Mono release?  Also, what version of Mono are you
using?  Unfortunately I'm still stuck on v2.0.1 because 
http://go-mono.com/forums/#nabble-td22587130 I can't compile  anything more
recent.


Shao Jiaxing wrote:
> 
> I had fix this problem by myself. I just add one line code "hasRows =
> true;"  before NextResult() "return true;". Because when use
> DataReader.Read() read all rows from first cursor, the hasRows is set
> false. Then call NextResult() not set hasRows = true and DataReader.Read()
> is check hasRows first, so the bug come out. 
> Now working with multiple out REF cursor was prefect in my project. I
> don't know whether this fix can solve the bug without causing other
> problem, but it works.
> ...
> 

-- 
View this message in context: http://www.nabble.com/Bug-486705-Update---Fix--tp22604148p22627461.html
Sent from the Mono - Dev mailing list archive at Nabble.com.



More information about the Mono-devel-list mailing list