This Domain(Admin5.com) is for Sale:

《高性能的数据库》 第四讲 编程细节(1)

时间:2007-11-09  来源:不详  作者:迈克DB

    Update StudentFee Set BorrowBookAllFee=@mBorrowBookAllFee
     Where StudentFeeID=@iStudnetFeeID     

    Fetch Next From curStudentFee Into @mFee
   end

   --关闭游标  
   Close curStudentFee

   --释放游标
   Deallocate curStudentFee

  -----------------------------------------------------------------------
  关注游标的要点:1、声明、打开、关闭、释放 ; 2、@@Fetch_Status 游标提取状态标志,0表示正确

  这里,我也要提到,我不鼓励使用游标。更多的情况下,在SQL 2000 里面 ,函数已经能够实现绝大部分游标的功能。
  

  好累,好不容易算是将1、2点讲完,算是上部分把。后面的几点等会再说了……:(:(。

  大家给点鼓励?

  懒虫 # SapphireStudio ,精彩世界,尽在 3腿网 ( www.chair3.com )。

看完这篇,您有何感觉呢?

文章评论

共有位Admini5网友发表了评论 查看完整内容

24小时热门信息