Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Create Cursor for ADO
Message
 
À
07/12/2006 16:51:27
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Divers
Thread ID:
01175883
Message ID:
01176014
Vues:
12
If you just want to pass a recordset to a VFP cursor:
    oCa=CreateObject('CursorAdapter')
    oCa.DataSourceType='ADO'
    oCa.Alias='myCursorAlias'
    oCa.CursorFill(,,,omyAdoRecordSet)
HTH

Enmanuel

>Simple question for ADO. What kind of commands do I use to create a temporary table with ADO, the way FoxPro uses the create cursor command.
>Thanks,
>Daniel
I'm a mixture of Albert Einstein and Arnold Schwarzenegger. The only trouble is that I got Einstein's body and Schwarzenegger's brain
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform