0
Answer

Load Dataset on Pocket PC 2003

Ask a question
Hi!

I would like to know if there is a way to load a Dataset File (xsd) as a dataset object on Pocket PC 2003 using c#. I found a way to do this... I create a new dataset objet and I use ReadXML to read an empty XML file that contains the dataset structure. So I would like to know if there is a better way to do this.

Thanks