Click here to Skip to main content
15,889,462 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want to know what is the best way to read data from csv file and insert data into oracle Database in c# .net 4.0

What I have tried:

As of now I didn't try anything
Posted
Updated 5-Jul-17 23:08pm
Comments
F-ES Sitecore 6-Jul-17 5:08am    
The best way is to write some code. Google "read csv file c#", then google "oracle database CRUD c#", then put the two together. If you get stuck doing this then feel free to post your code and ask a specific question about a specific problem.
Ramana Bellary 6-Jul-17 5:15am    
I know how to insert single record at a time into Oracle DB, but I want to know how to bulk insert. I did this for SqlServer, but never did this for Oracle.
F-ES Sitecore 6-Jul-17 5:19am    
Your question didn't have that rather important information in it at all. The solution is still the same though, google "c# oracle bulk insert". What you are doing is not ground-breaking, it's highly likely someone else has tried it before :)

1 solution

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