Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to browse a recordset
Message
De
05/09/2001 13:56:29
 
 
À
05/09/2001 09:17:00
Information générale
Forum:
Visual Basic
Catégorie:
Autre
Divers
Thread ID:
00552452
Message ID:
00552693
Vues:
13
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform