摘要:
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... 阅读全文
posted @ 2007-02-13 12:27
无极.net
阅读(258)
评论(0)
推荐(0)