Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Are the days of the Independent Developer over?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00444225
Message ID:
00449166
Vues:
17
>>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform