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
Sam Kokane
NA
17
1.5k
How to import csv file to SQL server
Dec 1 2016 7:54 AM
I wanted to import CSV file to SQL database through windows application. In that fields are multiline and are enclosed in double quotes.(Excel file looks like below)
Only problem is how to handle multi line fields ,as they are terminated by new line.
I wanted to save it , as it is in SQL database. Means second column's first row data must be as it is in SQL database.
Reply
Answers (
1
)
Split and sum array like below
upload image from excel into database in winforms using c#