Arnold Petrona

Arnold Petrona

  • NA
  • 159
  • 0

Update Query with textbox3.text

Aug 10 2008 2:16 PM

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)