本文介绍了ExecuteReader需要打开且可用的连接的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
大家好,
我在Windows服务中遇到了异常,同时运行了该服务.
"ExecuteReader需要打开且可用的连接.连接的当前状态为关闭".
请指导我....
谢谢
Anilkumar
Hi All,
I got the exception in Windows Service,While runnunig the service.
"ExecuteReader requires an open and available Connection. The connection''s current state is closed".
Please guide Me....
Thanks
Anilkumar
推荐答案
myconnection.open();
Mycommand.ExecuteReader();
.............
.............
myconnection.close();
这篇关于ExecuteReader需要打开且可用的连接的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!