tags:

views:

159

answers:

0

I'm changing my dataset in my program. And when my job was finished, I'm connecting to mysql database. I don't want to do this job again, how can I send changings to database like this

mydatadapter.Update(dataset, " table");

I found this code, but I can't run it :S