摘要:
SqlConnection con=new SqlConnection("data source=fds;uid=sa;pwd=ddda;initial catalog=hsb");con.Open(); SqlCommand scd=new SqlCommand ("k_kk",con);scd.CommandType=CommandType.StoredProcedure;scd.Parame... 阅读全文
摘要:
SqlConnection con=new SqlConnection("data source=fds;uid=sa;pwd=ddda;initial catalog=hsb");con.Open(); SqlCommand scd=new SqlCommand ("k_kk",con);scd.CommandType=CommandType.StoredProcedure;scd.Parame... 阅读全文
|