Hi, excuse my english.
I'm using Access and i need a explanation about dates. Suppose the table "Person" with the date field "Birthday".
If you know the Brithday you put the date in a date type property and persist it.
But, what happens if you don't know the date????
Could you use null values?
What is the best approach?
TIA
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, excuse my english.
I'm using Access and i need a explanation about dates. Suppose the table "Person" with the date field "Birthday".
If you know the Brithday you put the date in a date type property and persist it.
But, what happens if you don't know the date????
Could you use null values?
What is the best approach?
TIA
For dates set the date value to Date.MinValue and the framework will translate it to a NULL for you.