Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ADO and Grids
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
ADO and Grids
Divers
Thread ID:
00139861
Message ID:
00139861
Vues:
68
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform