A
Axel Dahmen
Hi,
we have a discussion here about Typed DataSets and I'd like to get your
opinion:
* Why do Typed DataSets cast database values to intrinsic values instead of
SqlInt32 etc.? The way it's implemented now we're losing NULL values.
* Why don't Sql data types like SqlInt32 have a common base class providing
IsNull() etc.? The way it's implemented now we can't write one single common
function on SQL data types.
TIA,
Axel Dahmen
we have a discussion here about Typed DataSets and I'd like to get your
opinion:
* Why do Typed DataSets cast database values to intrinsic values instead of
SqlInt32 etc.? The way it's implemented now we're losing NULL values.
* Why don't Sql data types like SqlInt32 have a common base class providing
IsNull() etc.? The way it's implemented now we can't write one single common
function on SQL data types.
TIA,
Axel Dahmen