G
Giles
I am using the following code to try and save some extra
info with a dataset to an XML. CreateDSfromSQL() =
creates and fills a dataset. The XML file written
contains all the information from the dataset, EXCEPT the
ExtendedProperties info added here.:
Dim DS As DataSet = CreateDSfromSQL()
DS.ExtendedProperties.Add("password", "Hello")
DS.WriteXml("c:\ASPData\TestXml.xml")
DS.Dispose()
Does anywone know why this info is not saved to the XML
file??
Thanks,
Giles.
info with a dataset to an XML. CreateDSfromSQL() =
creates and fills a dataset. The XML file written
contains all the information from the dataset, EXCEPT the
ExtendedProperties info added here.:
Dim DS As DataSet = CreateDSfromSQL()
DS.ExtendedProperties.Add("password", "Hello")
DS.WriteXml("c:\ASPData\TestXml.xml")
DS.Dispose()
Does anywone know why this info is not saved to the XML
file??
Thanks,
Giles.