I am attempting to fill in a query on the DataTable Sql compiler I want it to change the value of Username & Password to the values of the textBoxes but it only changes to the TextBox Names.
Is there a way to do this so I can use the query properly when it is called.
UPDATE Login
SET Username = 'TextBox1.Text', Password = 'TextBox2.Text'
Is there a way to do this so I can use the query properly when it is called.
UPDATE Login
SET Username = 'TextBox1.Text', Password = 'TextBox2.Text'