How do i handle a null value for a date variable type. I am retrieving date
data from an access database and storing the records in an array for
processing. The array field has a date type and the db records are date type
with null permissible.
How should i handle the insertion of a null date record into the array? I
just cant leave it empty right?
K
data from an access database and storing the records in an array for
processing. The array field has a date type and the db records are date type
with null permissible.
How should i handle the insertion of a null date record into the array? I
just cant leave it empty right?
K
Comment