SawAngel

今年,第一次看见了天使

导航

2004年12月13日

摘要: 调用存储过程的方法 调用存储过程 SqlConnection nwindConn = new SqlConnection("Data Source=localhost;Initial Catalog=Northwind;Integrated Security=SSPI;"); SqlCommand salesCMD = new SqlCommand("Sales By Year", nwind... 阅读全文

posted @ 2004-12-13 11:00 Zgw 阅读(245) 评论(0) 推荐(0) 编辑