Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Lack of a data cursor in VB
Message
General information
Forum:
Visual Basic
Category:
Other
Miscellaneous
Thread ID:
00443389
Message ID:
00443410
Views:
12
>One of the difficult things for a VFP developer when they start to use VB is the lack of a data cursor. A cursor is a table of data records. If I use ADO I get similar functionality but what if I have an n-tier applications that has passed some up some XML to the VB front-end. What do I convert the XML into so that I can manipulate it with VB?

Without knowing much about your VFP cursor, I may have a suggestion for you.

Do you know the disconnected recordsets? You need to open a client-sided recordset and then you set its ActiveConnection property to Nothing. This recordset is then unbound from the database and can be pass through tiers efficiently.
Éric Moreau, MCPD, Visual Developer - Visual Basic MVP
Conseiller Principal / Senior Consultant
Moer inc.
http://www.emoreau.com
Previous
Reply
Map
View

Click here to load this message in the networking platform