[Mono-dev] DataTable bug in 1.1.13

Konstantin Triger kostat at mainsoft.com
Sun Feb 5 08:48:38 EST 2006


Hello Senga,

> The patch would cause DbDataAdapter to completly ignore AllowDBNull
> Value, even when FillSchema is used .. 
> The solution would be to set the AllowDBNull only if
> MissingSchemaAction is set to AddWithKey and ignore it otherwise..

The default for AllowDBNull is true, so only when MissingSchemaAction is
set to AddWithKey and when it's logically correct, the AllowDBNull will
be set to false - exactly what we need. Please verify this with the
code.

Regards,
Kosta




More information about the Mono-devel-list mailing list