Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Updating data source using parameters
Message
De
25/09/2003 03:27:13
 
 
À
24/09/2003 10:19:58
Information générale
Forum:
ASP.NET
Catégorie:
ADO.NET
Divers
Thread ID:
00831808
Message ID:
00832111
Vues:
35
hi Wes,

i'm using c#, so i should substitute the & with + on my code. i'll try your suggestion.

i've also found my mistake on the original approach of using parameters. i did not assign a value before i issued the ExecuteNonQuery(). adding the line below fixed the problem. thanks for your help.

cmd.Parameters[0].Value=date1;
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform