Hello,
I created a DataSet in Visual C#, and now i want to transfer this DataSet to MySql server, means that i want to create a Sql database.
I read an article of Sheo Narayan named "Transfering data from Sql Server DataSet To MySql database" . I can't do the same thing, i can't define a Sql database which has the same structure as Dataset cause DataSet has got a lots of tables (DataSet is a big database).
Help me, please !!!
Thank you very much