Mysql connector - MultipleActiveResultSets issue

前端 未结 3 924
鱼传尺愫
鱼传尺愫 2020-12-06 21:12

First off, I have spent hours looking for a fix - maybe I just need another pair of eyes on this problem.

I\'m currently coding a c# application for myself(Personal

3条回答
  •  再見小時候
    2020-12-06 21:35

    One more option which can cause a little performance hit but can be used as quick fix is to open one more connection to the database for the second reader and close it when you are done.

提交回复
热议问题