SqlDataReader 用法(C#)

 SqlConnection scn = new SqlConnection("鏈接字符串。");  scn.Open();  SqlDataReader sdr = null;  SqlCommand scm = new SqlCommand();  scm.Connection = scn;  scm.CommandType = CommandType.Text;  scm.CommandTe
相關文章
相關標籤/搜索