Click here to Skip to main content
15,894,291 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,
I am using VS 2008 C#.
I want to retrive data from an xml file and store that data into the database table. To SQL 2000

Thank You
Posted
Updated 28-Mar-11 21:31pm
v2

 
Share this answer
 
Comments
Tarun.K.S 29-Mar-11 3:33am    
Useful links, but the OP must know the basics. My 5!
m@dhu 29-Mar-11 3:38am    
Thanks Tarun.
MIDL
ds.ReadXml("D:\\dataxml.xml");
           dataGridView1.DataSource = ds.Tables[0];




ds.WriteXml("@("D:\dataxml.xml")");
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900