Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ADO and Grids
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
ADO and Grids
Miscellaneous
Thread ID:
00139861
Message ID:
00139861
Views:
70
Is it possible to set the RecordSource property of a grid to a ADO recordset object?

e.g.
oConn = Create('ADODB.Connection')
oRecs = Create('ADODB.RecordSet')
oConn.Open('MyADOSource')
oRecs.Open('select * from MyTable',oConn,3,3)

ThisForm.MyGrid.RecordSource = && /now I'm lost?
Thanks
Pete Kane
Regards,
Peter J. Kane



Pete
Next
Reply
Map
View

Click here to load this message in the networking platform