Click here to Skip to main content
15,949,741 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how can i save data from xml to database .
i used dataset but the xml format doent match with the fields i have in databse . how can i store this in correct format.
Posted
Comments
OriginalGriff 1-Oct-10 10:50am    
Please edit your question and explain in more detail. How does the information mismatch?

This[^] may help.
 
Share this answer
 
hello dear,

first you must load xml file into dataset object then store dataset object into database.

use (ReadXML method in dataset class (xml to dataset)
 
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