update table with c# and mysql

Posted by every_answer_gets_a_point on Stack Overflow See other posts from Stack Overflow or by every_answer_gets_a_point
Published on 2010-04-27T00:22:19Z Indexed on 2010/04/27 0:23 UTC
Read the original article Hit count: 475

Filed under:
|
|

i apologize in advance for the elementary questions

i am using:

command.CommandText = "select * from some_table;"

to retrieve data

can i do use the same thing to update data?

© Stack Overflow or respective owner

Related posts about c#

Related posts about mysql