when i type declare it does not show in the intellisense list so i can select if
Skullptor
0
Reputation points
I keep getting the error must declare scalar variable "@SerialNo". Doesn't make any sense because the variable is a txt variable. This is occuring while trying to save to a sql database - cmd.Parameters.AddWithValue("@txtSerialNnumber", txtSerialNo.Text);
Sign in to answer