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
Pavel
NA
1
0
Reading XML
May 3 2007 1:04 AM
Hi all, I have XML file: Code:
sample date 1
sample name 1
sample date 2
sample name 2
sample date 3
sample name 3
...
I am using XmlTextReader to read the XML file. Code: XmlTextReader reader = new XmlTextReader(FILENAME); while (reader.Read()) { ... } I need to insert the events in the local SQL database, how would i go about looping through the events? Thanks.
Reply
Answers (
1
)
Executing an sql script in vb.net
Reflection and Interfaces (readable)