TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
David
NA
1
0
Reading A CSV Then Writing To Oracle Database
Nov 28 2007 1:19 PM
Hi all,
I need to be able to read in a CSV and then write all data back to a specified table within Oracle.
At the moment, I have put the following Oracle connection together, but need to read in c:\test.csv for example.
OracleConnection importOraConn = new OracleConnection();
importOraConn.ConnectionString = "User Id=USERNAME,Password=PASSWORD;Data Source=ORACLEDB";
importOraConn.Open();
OracleCommand importOraCommand = importOraConn.CreateCommand();
OracleDataAdapter oda = new OracleDataAdapter(importOraCommand);
Any help with this would be greatly appreciated.
Thanks
Reply
Answers (
0
)
Complex databinding with own usercontrol
Failed to add database file using Wizard...