G
Guest
Not to seem ungratefull but you left out the magic step, how do I save the ds
to the SQLce database? I do not know of any way to bind a XML dataset to a
SQLce database without coping it into another dataset that is already bound
to the SQLce database.
I did it like this:
Created a dataset
Created two streamwriters
Created two XMLReaders
Streamed the Schema to the XMLReader object
Streamed the XML to the other XMLReader object
Used dataset ReadXMLSchema to load the Schema
Used dataset ReadXML to load the XML
to the SQLce database? I do not know of any way to bind a XML dataset to a
SQLce database without coping it into another dataset that is already bound
to the SQLce database.
I did it like this:
Created a dataset
Created two streamwriters
Created two XMLReaders
Streamed the Schema to the XMLReader object
Streamed the XML to the other XMLReader object
Used dataset ReadXMLSchema to load the Schema
Used dataset ReadXML to load the XML