Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Are the days of the Independent Developer over?
Message
De
04/12/2000 13:27:09
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00444225
Message ID:
00448958
Vues:
17
>>My point was that backends don't 'have' record pointers, or even 'use' record pointers, front-ends do.
>So how does VB navigate through a local "cursor" selected from a backend SQL source. With VFP we have all sorts of features to help to this. What features does VB have to srvice cursor navigation?

VB doesn't use Cursors, it uses any of a number of other data access methods, the most common being ADO. ADO Recordsets have several methods like

oRS.MoveFirst()
oRS.MoveNext()
?oRS.EOF()

Etc.
Erik Moore
Clientelligence
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform