Click here to Skip to main content
15,885,981 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am working right now on a project that require of me to import data from an external database, the external database is of an unknown type.

I am very busy and I don't have the time to develop the entire solution so if possible tell me if there is any useful api(taking as input the connection string and the other required configuration).

Thanks before hand.
Posted
Updated 14-Feb-11 4:29am
v2
Comments
Henry Minute 14-Feb-11 10:31am    
Can you run SQL queries against the unknown database?
Houssem K. 15-Feb-11 2:45am    
it is up to the user to create a user that i can use to perform my task.

so i think the answer is yes.

1 solution

You should be able to write a migration app that copies structure and data from most common databases using ADO.NET or OLEDB. But it probably won't be a quick one day job. So if you don't have the time, you may want to invest in a commercial software solution that does the job.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900