F
Fred Nelson
Hi:
I'm a relative Newby writing my first vb.net web application that uses SQL
SmallDateTime fields.
I have some records that contain null values in the datetime fields and they
return #12:00:00 AM# rather than blanks as I would like them to - even if I
set them = nothing.
Is there a simple way to stop this in the class library or in the stored
procedures? Is there a quick check for an empty date other than coding if
var = "#12:00:00 AM# all the time?
Any suggestions would be greatly appreciated!
Thanks,
Fred
I'm a relative Newby writing my first vb.net web application that uses SQL
SmallDateTime fields.
I have some records that contain null values in the datetime fields and they
return #12:00:00 AM# rather than blanks as I would like them to - even if I
set them = nothing.
Is there a simple way to stop this in the class library or in the stored
procedures? Is there a quick check for an empty date other than coding if
var = "#12:00:00 AM# all the time?
Any suggestions would be greatly appreciated!
Thanks,
Fred