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
Nagaraja Tr
NA
3
672
How to read values from multiple text files and then save it
Feb 10 2016 6:06 AM
Hi, I have many text files which has details (say Employee details). one text file for each employee.
Now I need to read each file, get the details (like Emp_Name, Emp_ID, Address etc.,) and then save it into SQL database directly.
Can someone please help me on this.
In the text file, each details are separated by ";" (semicolon)
Ex:
File1:
EmpID: 101
EmpName: Nagaraja
Address: Bangalore
File2:
EmpID: 102
EmpName: Deepak
Address: Bangalore
Reply
Answers (
2
)
how to read multiple rows and check the checkbox based on
Gridview Editing issue