Anthony Clarke

Anthony Clarke

  • NA
  • 127
  • 0

What's wrong with this SQL statement| Thanks

Dec 17 2010 8:55 AM

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)