日期:2014-05-17  浏览次数:21137 次

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的错,有没有高手遇到过此类问题???

------解决方案--------------------
网络中断了造成的。检查防火墙。还有连接是否超时。
------解决方案--------------------
从这两句代码看不出来这种错误