Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Are the days of the Independent Developer over?
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00444225
Message ID:
00449166
Views:
19
>>Do you mean SELECT one record (row) cursors, rather than pointing to a >>specific row (in a multi-row cursor) based on its logical position relative >>to another row?

As a rule, SQL Server can work with data as a set faster than it can respond to an iterative series of commands. However, if you feel you need to work one row at a time, then a cursor's result set can be navigated with the NEXT, PRIOR, FIRST and LAST arguments of the FETCH command. Check it out in SQL Server Books on Line.

Charlie
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform