Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFPOLEDB and Parameters
Message
De
30/06/2004 16:56:21
 
 
À
29/06/2004 18:54:28
Information générale
Forum:
ASP.NET
Catégorie:
ADO.NET
Divers
Thread ID:
00918644
Message ID:
00919371
Vues:
7
Try
OleDbCommand objCmd = new OleDbCommand("select * from customers where CustomerID = @CustomerID");
objCmd.Parameters.Add("@CustomerID", "ALFKI");
BOb
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform