摘要: public int GetRsCount(string table_name){string strSql;int intCount;Open();strSql="select count(*) from "+table_name;SqlCommand cmd=new SqlCommand(str... 阅读全文
posted @ 2006-01-10 17:06 torome 阅读(8577) 评论(3) 推荐(0)