Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ADO & SQL Server - Demo Code
Message
From
07/03/2010 10:49:36
 
 
To
07/03/2010 04:24:57
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01452736
Message ID:
01453008
Views:
46
A recordset is not a VFP object. It's a COM object. You can convert it to a cursor, but then you're restricted to the limitations of a cursor.

You can bind a VFP to the field number, something like oRS.Fields[3]

>Craig
>
>I may be missing something obvious, but, why isn't that recordset in an obvious VFP cursor format, i.e. it can be browsed etc - it would appear that I have to progmatically walk through the recordset to view the data?
>
>For example, how would you tie a recordset field to a specific field on a VFP form using myobject.datasource property?
>
>Regards
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Previous
Reply
Map
View

Click here to load this message in the networking platform