views:

30

answers:

1

I have MYOB (AccountingSoftware) Database which I can read using ODBC. Now I have dataset containing all tables of MYOB database.

What is best way that I can convert this Dataset into SQL Database. Where all tables are created automatically and data inserted automatically.

A: 

ODBC is only one technology involved here. What tool do you plan to use and what database do you want to put the data into? We can't provide an answer until we know what you want to use to do this. Or if you are asking for a technology recommendation, please make that clear.

a2j
using C# ADO.net
SOF User
Thank you for the response. Now hopefully someone that knows can help. Those are not tools I use. Will the person giving an answer need to know the DB your putting the data into? I'm not sure if the answer will vary when using C# ADO.net depending on the DB you are writing to.
a2j