Esempio n. 1
0
    private void noupdate()
    {
        string sql = "SELECT * FROM [dbo].[zhengce]  where state=1  and  (  [hangye] is null ) ";

        //Response.Write(sql);
        int count = DBZhengce.getSelectRowsCount(sql);

        Label5.Text = "未处理信息总计:" + count.ToString() + "条";
    }