Home > Net >  C # how to modify the SQL single one
C # how to modify the SQL single one

Time:09-15

String strcommand="update AI set points='" + textBox1. Text +"', ".
I such changes are changes the value of the whole column can not be a single value change, still hope bosses to give directions, thank you!

CodePudding user response:

One row? You have to add the where condition

CodePudding user response:

You have to add the where is also very not DELETE or the boss will fire you

CodePudding user response:

String strcommand="update AI set points='" + textBox1. Text +"' where id="want to modify the line;

CodePudding user response:

Boy, we are all in c # this road more walk more black, you're different, this suffering endless turn away

CodePudding user response:

Upstairs positive solution, + + + + + + + + + + + + + 111111111111
  •  Tags:  
  • C#
  • Related