源码信息

最新源码评论

  • 评论者:web_design
    web_design(用户) 发表于:2012-10-29 10:12:07

    Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached. ======================================================== Source Error: Line 110: { Line 111: SqlConnection cn = this.getcon(); Line 112: cn.Open(); Line 113: SqlDataAdapter mydata = new SqlDataAdapter(sqlstr, cn); Line 114: DataSet mydataset = new DataSet(); Source File: c:\Program Files\Exam\App_Code\Datacon.cs Line: 112

    0 个回复