3
Answers

What's wrong with this SQL statement| Thanks

Anthony Clarke

Anthony Clarke

14y
7.9k
1

Hi,
 
Can you tell me whats wrong in this statement please.
 
Its an SQL string statement. It does not error but it does not update the status field either.
string
state3 = "UPDATE CCDelegation Set Status = 'In Progress' WHERE UniqueIden = '" + textBox4.Text + "'";
 
Thanks
Anthony
Answers (3)