Click here to Skip to main content
15,892,674 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

I have an excel or dataset filled with data.How can i insert it in an oracle table using C# .NET?
Posted

1 solution

If excel file contains raw data, generic algorithm is that:
1. Reade data from excel using oledb check this[^] or this[^].
2. Insert this data in oracle using, as example, ado.net example[^]
 
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