SqlDataReader 用法(C#)

 SqlConnection scn = new SqlConnection("链接字符串。");  scn.Open();  SqlDataReader sdr = null;  SqlCommand scm = new SqlCommand();  scm.Connection = scn;  scm.CommandType = CommandType.Text;  scm.CommandTe
相关文章
相关标签/搜索