A
Arjan
Hello,
I would like to overwrite existing Datefield with an empty value. (with
update command)
In Access it could be done with: MyDateField.Value= vbEmpty, for SQL server
it goes with: MyDateField.Value=DBNULL.Value with ADO.NET in VS2003.
How to achieve this for an access table? DBNull.Value gives me error
message. 'Can't convert DBNull.Value to Date Field..'
Thanks in advance.
Arjan
I would like to overwrite existing Datefield with an empty value. (with
update command)
In Access it could be done with: MyDateField.Value= vbEmpty, for SQL server
it goes with: MyDateField.Value=DBNULL.Value with ADO.NET in VS2003.
How to achieve this for an access table? DBNull.Value gives me error
message. 'Can't convert DBNull.Value to Date Field..'
Thanks in advance.
Arjan