While I was trying to convert TreeView Control to work with MySQL I encounter an error with concurrent connection using DataReader. The error message was “There is already an open DataReader associated with this Connection which must be closed first”.
Even the Microsoft...