R
RichardDunneBSc
Guest
I have
foreach (Object item in ListBoxName.SelectedItems)
then in my table insert, @value
then
Query.Parameters.AddWithValue("@value", item.toString());
Using try catch, I get
Must declare the scalar variable \"@Value\"."
What am I doing wrong?
Continue reading...
foreach (Object item in ListBoxName.SelectedItems)
then in my table insert, @value
then
Query.Parameters.AddWithValue("@value", item.toString());
Using try catch, I get
Must declare the scalar variable \"@Value\"."
What am I doing wrong?
Continue reading...