G
Graeme Richardson
Hi, I have an xml and an xsd file on the handheld.
I've created a new [empty] SqlCe dB file in code.
What's the most efficient way to get Xml data into the database?
I can do it by creating a table with an SqlCeCommand, and then populating
the table record by record from a DataTable (from DataSet to open the Xml
file) but this seems so inefficient. Also, this method doesn't require the
xsd file.
Thanks, Graeme.
I've created a new [empty] SqlCe dB file in code.
What's the most efficient way to get Xml data into the database?
I can do it by creating a table with an SqlCeCommand, and then populating
the table record by record from a DataTable (from DataSet to open the Xml
file) but this seems so inefficient. Also, this method doesn't require the
xsd file.
Thanks, Graeme.