davin

Just a little thinking and interest!

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2008年4月3日

摘要: 在前段时间和老师做一个系统时,在mssql下面写存储过程时遇到output型返回值与return 的返回值的问题; 经过一番尝试算是明白了,拿出来和分享一下; return 是mssql 里自定义的返回的关键字,他的使用比较简单 eg select * from student where dep=@dep return @@rowcount return @@rowcount... 阅读全文
posted @ 2008-04-03 18:43 davin 阅读(786) 评论(0) 推荐(0)