SQL CE 2.0 database to XML

J

jayderk

I am looking for an example that translates an entire database to an xml
string.

I can not find an example but know it is out there. I looked for
dataset/sqlcedataadapter.....


please help,
Jay
 
É

éric

load your tables into a dataset and then write the dataset to an xml file
DataSet.WriteXml(string fileName);



éric
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top