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
Colin Adan
NA
13
0
HELP - How to import xml data into Microsoft Access
Jul 10 2006 3:23 AM
Hi All
I am trying to parse an XML file, strip out the data I require and insert this into a Microsoft Access Database Table. As the files are quite large, I thought about loading say the first 100 records into a DataGridView (hidden), calling a method to insert those into the database, then getting the next 100 records and so forth.
Does anyone have a clue how to do this? I can get teh data from the xml using ReadXML(), but that gives me the whole document.
If you know of a better way to go about this, I would love to hear it.
Many thanks
Col
Reply
Answers (
2
)
Need to draw a string around elipse edge in .net
Debug ActiveX control from C#