Update Mysql database with dataset changings? (C#)
        Posted  
        
            by Ases
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Ases
        
        
        
        Published on 2010-04-18T22:22:31Z
        Indexed on 
            2010/04/18
            22:23 UTC
        
        
        Read the original article
        Hit count: 244
        
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
© Stack Overflow or respective owner