摘要:
SqlConnection con=new SqlConnection("server=.;database=db;uid=sa;pwd="); SqlCommand cmd=new SqlCommend("select id,name from user where id=1",con); con.Open(); SqlDataReader sdr=cmd.ExecuteReader(); wh... 阅读全文
posted @ 2008-12-23 20:09 SAL 阅读(3990) 评论(2) 推荐(0)
浙公网安备 33010602011771号