T
Thomas Schissler
I have a strong typed dataset with some double values. In my database, from
where I fill the dataset, I have numbers for these doubles, but they can
also bee empty (NULL). I need this to know if the user has typed in 0 or
hase typed in nothing.
If I set the nullvalue for the doubles in my dataset to (NULL), I get an
exception. How can I pass the System.DBNULL value from my database to my
doubles?
Thanks
Thomas
where I fill the dataset, I have numbers for these doubles, but they can
also bee empty (NULL). I need this to know if the user has typed in 0 or
hase typed in nothing.
If I set the nullvalue for the doubles in my dataset to (NULL), I get an
exception. How can I pass the System.DBNULL value from my database to my
doubles?
Thanks
Thomas