How can I dump some of the tables from my mysql database into an sql file in C#?
Is there a class which does this?
UPDATE: just wanted to mention to DO NOT USE mysqldump, because this application will be installed on many computers and the mysql folder could be on different places.
I built up the sql string table by talbe in the end.