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
Vikas Ahlawat
NA
564
818.1k
XML reading problem, getting error
Feb 22 2011 1:53 AM
When I try to read xml in datatable then i got error "DataTable does not support schema inference from Xml."
XmlTextReader textReader = new XmlTextReader("C:\\XMLFile1.xml");
DataTable dt = new DataTable();
dt.ReadXmlSchema("C:\\XMLFile1.xml");
dt.ReadXml("C:\\XMLFile1.xml");
Please help me.
Reply
Answers (
1
)
Windows Forms Inheritance and Multiple instances of form at runtime in MDI application
how to read xml in datatabl?