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
Leonard Simon
NA
1
795
C# code to read text file and store it in database.
Jun 8 2015 10:12 AM
I need C# code to read a text file. I'm creating a desktop application.
the text will be like this "
[email protected]
"
I need to save the file in database as
Name -> name
age -> 25
email ->
[email protected]
phone->9856584759
read line by line and save in the database.
Can anyone help me!
consider all data is fixed number of characters/// for eg - name = first 4 characters
Reply
Answers (
1
)
hello i`m having problem using c# windows form
c# code shorten up