M
Mike Hanlon
Hello
I want to read an XML file that was created with ADO into
an ADO.NET dataset. The file was created using ...
rs.Save "titles.xml", adPersistXML
and is read into the dataset using...
ds.ReadXML("titles.xml")
My problem is that although the data is read OK, the
inline schema is ignored and all columns are infered a
DataType of String.
Can ADO.NET read the ADO schema? If so, how?
Thank you
I want to read an XML file that was created with ADO into
an ADO.NET dataset. The file was created using ...
rs.Save "titles.xml", adPersistXML
and is read into the dataset using...
ds.ReadXML("titles.xml")
My problem is that although the data is read OK, the
inline schema is ignored and all columns are infered a
DataType of String.
Can ADO.NET read the ADO schema? If so, how?
Thank you