Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Updating data source using parameters
Message
From
25/09/2003 03:27:13
 
 
To
24/09/2003 10:19:58
General information
Forum:
ASP.NET
Category:
ADO.NET
Miscellaneous
Thread ID:
00831808
Message ID:
00832111
Views:
33
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;
Previous
Reply
Map
View

Click here to load this message in the networking platform