It seems like when selecting a Datetime field through ADO, I'm getting for instance "2007-01-03 14:20:15.123" if the time part is not zero, but just
"2007-01-03" if the time part is "00.00.00.000" .
This is perfectly ok in my case (I'm just storing the date part
when INSERT:ing) - my only concern is; can I always rely upon this?