Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to browse a recordset
Message
From
05/09/2001 13:56:29
 
 
To
05/09/2001 09:17:00
General information
Forum:
Visual Basic
Category:
Other
Miscellaneous
Thread ID:
00552452
Message ID:
00552693
Views:
14
>Hello
>
>I want to know how I can see the content of Recordset, it would be great if there is something like VFP BROWSE command.
>
>I am using VB6/ADO/Oracle8i
>
>Thanks
>Mo

To expand on Vlad's suggestion, you would use the MS Datagrid ActiveX control and set its Datasource property to your ADO recordset:
Set Grid1.DataSource = myRS
This could be coded on the Form's Load, right after opening the ADO recordset.
HTH
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform