摘要:
1 SqlConnection conn = new SqlConnection("Data Source=SHILONGWEI;Initial Catalog=Test;Integrated Security=True"); 2 SqlCommand cmd = new SqlCommand("proc_getpubstable", conn); //存储过程的名字 3 cmd.CommandType = CommandType.StoredProcedure; //指定存储过程 4 //... 阅读全文
posted @ 2012-04-20 18:03
学之乐
阅读(264)
评论(0)
推荐(1)