Re: Merging DataSet with Schema by Val
Val
Thu Jun 03 20:59:56 CDT 2004
Hi,
If I understand you correctly, then you have two files - one with the schema
and another one with the data, which fits this schema. Right? If this is the
case, then you could load schema into dataset first using ReadXmlSchema
method of the Dataset and then load actual data with the IgnoreSchema
option.
--
Val Mazur
Microsoft MVP
"BenLeino" <dont@want.spam> wrote in message
news:u3WSnSOSEHA.808@tk2msftngp13.phx.gbl...
> Hi there,
>
> how can I merge a dataset with a dataschema? The dataset I have was
> serialized before and all data fits the schema specifications. Then I read
> the serialized dataset with readxml. How can I merge the schema now?
>
> Thx
> BenLeino
>
>