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.