February 8, 2016 at 7:48 am
hi,
i am getting this error in insert query
The conversion of a nvarchar data type to a datetime data type resulted in an out-of-range value.
please help me out
thanks for the help
immad
February 8, 2016 at 8:00 am
What kind of help do you need?
You're just sending a value that is not a valid date. If you're not sending the values with ISO format
(YYYYMMDD for dates YYYY-MM-DDThh:mi:ss.mssss for datetimes) you're dependant of language settings.
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply