On Sun, Sep 21, 2008 at 2:43 PM, Miguel de Icaza <[EMAIL PROTECTED]> wrote:
> Hello,
>
> > I found 2 bugs while trying to deserialize binary datasets
> > from .NET:
> >
> > 1. A column with a DefaultValue set to anything other than DBNull
> > would throw an exception.
> >
> > 2. A table with zer
Hello,
> I found 2 bugs while trying to deserialize binary datasets
> from .NET:
>
> 1. A column with a DefaultValue set to anything other than DBNull
> would throw an exception.
>
> 2. A table with zero rows would throw an exception.
>
> I have attached the patch I used to solve these issu