I want to import tables from a .sql file into a local database using MySql. I manipulate this database with MySql in C# than I have to export it back into a new .sql file.
Is there a way to do it with MySql and C#?
I want to import tables from a .sql file into a local database using MySql. I manipulate this database with MySql in C# than I have to export it back into a new .sql file.
Is there a way to do it with MySql and C#?