K
Kerry Reynolds
I've got a dataset with <xs:restriction> tags, custom elements and
other stuff in it. I want to populate it using a dataadapter and data
from SQL but it ignores the schema/tags.
Apparently this is due to the way ado.net works with XML. To do it I
have to revalidate the xml data using the XMLValidatingReader class,
which then gives me a performance overhead and is a right programming
pain.
Does anyone know if Microsoft has plans to provide more complete
support for xml documents in ADO.NET in a future release?
other stuff in it. I want to populate it using a dataadapter and data
from SQL but it ignores the schema/tags.
Apparently this is due to the way ado.net works with XML. To do it I
have to revalidate the xml data using the XMLValidatingReader class,
which then gives me a performance overhead and is a right programming
pain.
Does anyone know if Microsoft has plans to provide more complete
support for xml documents in ADO.NET in a future release?