What's wrong with this SQL statement| Thanks
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