monogataristories by Atsushi Enoimprovements in ADO.NET and XML land- May 17, 2004 After nearly one month of hacking, ADO.NET and XML things should be improved than before. ReadXml() now handles schema inference and data reading in different stages, and thus it now does not load the entire document to XmlDocument when ReadMode is specified to ignore schema. InferXmlSchema() is implemented - yes, its core had been implemented in ReadXml(), but somewhat improved. It now distinguishes DataSet element and DataTable element. Simple type element columns can be ignored or even...http://primates.ximian.com/~atsushi/blog/archives/000441.html |