Database migration

Joined
Nov 7, 2008
Messages
20
Programming Experience
Beginner
I want to read the data from access database and display it in to xml format ....




..I can display the data of database in gridview and also i can extract the matadata of database....



...but i am finding difficult in migrating database .....can any one help me out in this issue...... Thanks
 
If you have extracted the data from the database and are showing it in a datagridview, I assume the data is in a dataset?

To write to XML then your would just need to call the method dataset.WriteXml("FileName.xml")
 

Latest posts

Back
Top