>
> Please do!

Done.

>
> I'm wondering, tho, if wherever the adapter would return null, it should
> return a DBNull instead?  Do other data adapters ever return 'null' values?

Your question have a ready answer here
http://bugzilla.ximian.com/show_bug.cgi?id=77535

:)

So DataReader should throw an exception on null values being fetched.
The proper way of dealing with it is IsDBNull method, which is used by
MS.NET DataAdapter when it analyse result. GetValue () should probably
just return DBNull.Value, though I didn't test this.

>
> --
> - Joshua Tauberer
>
> http://taubz.for.net
>
> "Unfortunately, we're having this discussion. It's too bad,
> because guess who listens to the discussion: the enemy."
>


--
Kamil Skalski
http://nazgul.omega.pl
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to