E
Eric Robishaw
It's a breeze to take an MSAccess table to XML, but how to you do the
reverse?
Given an XML file created from a DataSet using the WriteXML method,
including the Schema, how would you then read that XML file into a dataset
and then write the dataset to an Access Database table?
Reading into a dataset is easy: DS.ReadXML(filename), BUT once I have the
dataset, what's the best way to get it back out to a database Table?
Thanks
Eric Robishaw
reverse?
Given an XML file created from a DataSet using the WriteXML method,
including the Schema, how would you then read that XML file into a dataset
and then write the dataset to an Access Database table?
Reading into a dataset is easy: DS.ReadXML(filename), BUT once I have the
dataset, what's the best way to get it back out to a database Table?
Thanks
Eric Robishaw