易超的Blog

  :: 首页 :: 新随笔 :: 联系 :: :: 管理 ::

2013年11月2日

摘要: using (SqlCommand cmd = new SqlCommand()) { cmd.Connection = new SqlConnection(@"Data Source=PC201305032338\SQLEXPRESS;Initial Catalog=DBTest;Integrated Security=True"); ; cmd.Connection.Open(); cmd.CommandType = CommandType.StoredProcedure; cm... 阅读全文
posted @ 2013-11-02 11:31 狗超超 阅读(5714) 评论(0) 推荐(0)