Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Returning Recordset
Message
De
01/10/2002 15:47:17
 
 
À
01/10/2002 05:20:24
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00706271
Message ID:
00706545
Vues:
16
>Hi
>
>Is it possible to effectively return a Recordset, or similar, from FoxPro, requested from a VB application?
>
>Thanks
>Kev

Yes it is possible, if you're talking about ADO recordsets. Just use a disconnected rs and do a Return myRS from your FoxPro method. Something like:
*-- code to open recordset with CursorLocation =  adUseClient
myRS.ActiveConnection = Null
*-- other cleanup code
Return myRS
HTH

Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform