Using Multiple Data Readers

前端 未结 5 1499
情书的邮戳
情书的邮戳 2021-01-11 19:16

I am developing a WinForm Application in C Sharp on the .net framework. The database string I am using as of now is



        
5条回答
  •  臣服心动
    2021-01-11 19:53

    You could also add MultipleActiveResultSets=True; to the connection string, even though it's not recommended.

提交回复
热议问题