摘要: SqlCommand comm; SqlConnection conn; SqlDataReader dr; string sonid=Request.QueryString["sonid"].ToString(); //数据库链接语句conn = new SqlConnection("Integrated Security=SSPI;Persist SecurityInfo=False;Init... 阅读全文
posted @ 2009-12-24 10:28 liuwei0214 阅读(509) 评论(0) 推荐(0) 编辑