Posted by Zibi on 10/01/79 11:17
I have some problem with datatime.
SELECT * FROM stat WHERE data > '2005-05-24 14:07:28' ORDER BY id Asc
I got the error:
Microsoft OLE DB Provider for SQL Server error '80040e07'
The conversion of a char data type to a datetime data type resulted in an
out-of-range datetime value.
Why? Format of date is the same in database?
Regards,
[Back to original message]
|