[Mono-dev] System.Data.DataSet ReadXml question

Chris Micacchi mono at kinitos.com
Fri Sep 9 14:50:40 EDT 2005


Sweet, I suspected the problem was something like that (unsupported 
column type), but I didn't realize that .Net 2.0 fixed it.  I guess I'll 
just do the conversion to/from a string myself instead of relying on the 
DataTable to do it.

Thanks for the quick (and very helpful) reply!

Chris

Atsushi Eno wrote:
> Hi again,
> 
> I found an interesting fact that MS.NET 1.x treats such row values
> of inconvertible columns as System.String. The attached example
> shows you what happens there on MS.NET 1.x
> 
> On .NET 2.0 it throws an exception as Mono does. So it really
> seems MS bug in 1.x.
> 
> Atsushi Eno
> 
> 



More information about the Mono-devel-list mailing list