There is already an open DataReader associated with this Connection which must be closed first.
Posted by: Роман Берлов
Date: September 20, 2021 08:59AM

MySql.Data.dll 8.0.26 on mono, Ubuntu.
I use pool. When I close connection and after several milliseconds open connection anew that sometimes I get Exception:

"There is already an open DataReader associated with this Connection which must be closed first".

But I don't use DataReader. I use MySqlDataAdapter and call Dispose instance of it every time after executed sql. Also after executed sql I call Dispose for Command instance.

I don't understand where was created DataReader instance.
And note that this problem is missing in MySql.Data.dll 6.10.9 version

Options: ReplyQuote


Subject
Written By
Posted
There is already an open DataReader associated with this Connection which must be closed first.
September 20, 2021 08:59AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.