Quantcast
Channel: visual basic mysql
Viewing all articles
Browse latest Browse all 20

TreeView Control with MySQL

$
0
0

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 KB does not help in solving this problem. The workaround on this problem is to create another connection to avoid this error.


Viewing all articles
Browse latest Browse all 20

Trending Articles