D
Diovani
When I try to insert/update a null value in a field datetime with an SQL
command, it´s generate an exception using .net oledb.
I had try this SQL command:
UPDATE MYTABLE SET MYDATETIMEFIELD = '' WHERE MYCODE = 1.
Ps: The column allow null values, I tested it in msaccess 2000 XP
environment.
thnx
Diovani
command, it´s generate an exception using .net oledb.
I had try this SQL command:
UPDATE MYTABLE SET MYDATETIMEFIELD = '' WHERE MYCODE = 1.
Ps: The column allow null values, I tested it in msaccess 2000 XP
environment.
thnx
Diovani