SQL游标的替代方法

SQL游标的替代方法

本文介绍了SQL游标的替代方法?[已解决]的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我想知道哪种是SQL中游标的最佳选择.从VB 6.0开始,我在BL/DL中使用 Loop编码,很少使用 Cursor 进行行数据库操作.但是我想知道什么是游标的最佳替代品,因为它有很多缺点.我在Google上进行搜索,发现了诸如WHILE LOOP,TEMP Tables,用户定义的函数等选项,但我也希望得到CP人士的意见.

[注意:现在我正在使用WHILE LOOP.]

谢谢.
thatraja

解决方案




Hi,

I want to know which is the best alternative for Cursor in SQL. Since VB 6.0, I am using Loop coding in BL/DL and rarely Cursor for row wise database operations. But I want to know what is the best alternative for cursor because it has many disadvantages. I was searching on Google and found options like WHILE LOOP, TEMP Tables, User defined functions, etc., but I want opinions from CP people too.

[Note: Now I''m using WHILE LOOP.]

Thank you.
thatraja

解决方案




这篇关于SQL游标的替代方法?[已解决]的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-18 21:53