Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Am I tired ?
Message
De
13/02/2008 16:13:46
 
 
À
13/02/2008 02:50:24
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
01291041
Message ID:
01292394
Vues:
23
>cmd.CommandText = ...

>How sholud I write above statement but not using String.Format(). Only SELECT ... and
>what is required ?

cmd is an ADODB.Command object, right?

Use the cmd.CreateParameter() method and cmd.Parameters.Append() before cmd.Execute().

Bye, Olaf.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform