S
Steve B.
Hi,
I'm using the WriteXml method of the dataset to transport data between
distributed applications.
I'd like to use both XmlWriteMode.DiffGram and XmlWriteMode.WriteSchema in
order to package updates of rows and the schema of the dataset.
However, I use something like :
myDs.Write(myStream, XmlWriteMode.DiffGram |XmlWriteMode.WriteSchema);
It does not work, only the diffgram is included in the outputed xml.
I'd like to avoid transporting both a schema file and a data file.
Do you have any idea how I can reach my goal ?
Thanks,
Steve
I'm using the WriteXml method of the dataset to transport data between
distributed applications.
I'd like to use both XmlWriteMode.DiffGram and XmlWriteMode.WriteSchema in
order to package updates of rows and the schema of the dataset.
However, I use something like :
myDs.Write(myStream, XmlWriteMode.DiffGram |XmlWriteMode.WriteSchema);
It does not work, only the diffgram is included in the outputed xml.
I'd like to avoid transporting both a schema file and a data file.
Do you have any idea how I can reach my goal ?
Thanks,
Steve