Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
CA and SP
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 9
Database:
Visual FoxPro
Divers
Thread ID:
01411094
Message ID:
01411096
Vues:
77
>Now I start playing with CAs that uses VFP DBC but with ADO (VFPOLEDB) DataSourceType.
>I'm not a big fan of ADO but for VFP9 DB I'm stick with it.
>Is there ANY way to make a SP to be used as SelectCMD to populate Cursor?
>
>Also is there ANY way to execute any NON query commands with ADODB.Command?

I dunno about CA but you can execute any supported VFP commands with ADODB.Command
oCommand.CommandType = adCmdText
oCommand.CommandText = "SET DELETED OFF"
oCommand.Execute()
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform