3
Answers

Update Query with textbox3.text

Ask a question
Arnold Petrona

Arnold Petrona

16y
9.5k
1

I'm searching info for updating the database Table named MIB.

Right now i have the update string as follow after opening the connection of the database

string update = "Update MIB set Timeout= "+this.textBox3.Text+"Where Timeout="Convert.ToString(reader.GetValue(0));

the error that is giving me is the following " The left-hand side of the an assignment must be a viaraible, property or indexer.

 


Answers (3)