J
Joe Rattz
I have a table with a datetime column datatype. I am trying to determine
the format for entering the data for this type and I would like to include
milliseconds and am having no luck.
If I enter the following in Enterprise Manager for the datatime column:
05/05/2004 12:01:01
The column accepts that fine.
But, if I try either
05/05/2004 12:01:01.000
or
05/05/2004 12:01:01:000
I get an error message saying:
"The value you entered is not consistent with the data type or length of
the column."
Anyone know what the date/time string needs to look like for a datetime if
you want to include milliseconds?
Thanks.
the format for entering the data for this type and I would like to include
milliseconds and am having no luck.
If I enter the following in Enterprise Manager for the datatime column:
05/05/2004 12:01:01
The column accepts that fine.
But, if I try either
05/05/2004 12:01:01.000
or
05/05/2004 12:01:01:000
I get an error message saying:
"The value you entered is not consistent with the data type or length of
the column."
Anyone know what the date/time string needs to look like for a datetime if
you want to include milliseconds?
Thanks.