Stefano Ravagni wrote:
>
> Can i send you a screenshot where you could see with your eyes my debug 
> situation ? So you could observe it cannot say there is a datareader 
> active and in the same time show that datareader is closed...
> 

I've seen the screenshot; however, it does not show the internal state of
the SQLiteCommand object throwing the exception.  When the Close() method
of the SQLiteDataReader is called, it should end up calling ClearDataReader
on the associated SQLiteCommand.  In this case, that may not be happening.

--
Joe Mistachkin

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to