Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Are the days of the Independent Developer over?
Message
From
04/12/2000 13:27:09
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00444225
Message ID:
00448958
Views:
14
>>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform