G
Guest
I have an application where a database entity that progresses through a
cycle. As it completes a step along the cycle, a todays date is assign to
one of the date columns in the table row. However at the beginning of the
cycle many of the dates hold null values.
Is there a simple way that I can read a date with a null value into a class
object I have created and turn around a write it back out to the table with
again with a null value?
How do people handle null date values coming into VB? My only option has
been to convert it to some fictious date value and program accordingly. Any
suggestions? Any online resources?
Thanks!
cycle. As it completes a step along the cycle, a todays date is assign to
one of the date columns in the table row. However at the beginning of the
cycle many of the dates hold null values.
Is there a simple way that I can read a date with a null value into a class
object I have created and turn around a write it back out to the table with
again with a null value?
How do people handle null date values coming into VB? My only option has
been to convert it to some fictious date value and program accordingly. Any
suggestions? Any online resources?
Thanks!