posts - 12, comments - 6, trackbacks - 0, articles - 0
  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理

公告

07 2005 档案

摘要: 本来用存储过程很好实现的,但现在想要直接写sqlServer语句.这样好像不行:publicstringExecuteInsert(stringsqlString){SqlCommandcommand=newSqlCommand(sqlString,connection);connection.Open();inti=command.ExecuteNonQuery();connection.Clo...阅读全文

posted @ 2005-07-12 17:53 程序生活 阅读(723) | 评论 (2) 编辑 |