读书人

C# Internal connection fatal error,

发布时间: 2013-05-02 09:39:29 作者: rapoo

C# Internal connection fatal error,请高手赐教

部分代码:
string strSql = "select * from TblTestPoint where Boiler_BoilerId = '" + currentBoilerNum + "' order by TestPointId";
DataSet ds = Maticsoft.DBUtility.DbHelperSQL.Query(strSql);执行该句的时候,报 Internal connection fatal error的错,有没有高手遇到过此类问题???
[解决办法]
网络中断了造成的。检查防火墙。还有连接是否超时。
[解决办法]
从这两句代码看不出来这种错误

读书人网 >C#

热点推荐