Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,

I need to extract data from multiple input types, input types can be oracle,SQLServer, SQlite , It can be text file, XML files, Graph data also.

we should be able to extract data from Multiple data type format.

Please let me know if any Technic available for this case.

What I have tried:

Not sure we can use Dataware housing Technic.
Posted
Updated 18-Apr-17 17:11pm

 
Share this answer
 
Thanks for your Reply.

But here we should know the type of database and we need to write separate code for each database for connections(Using switch as shown in sample code).

In our case we do not know the database type, and also we do not want to write separate code for each database type, reason being that if tomorrow some new database needs to added extra effort is required, so please let me know if can extract all types of data using some Generic Interface
 
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