Error while selecting date The conversion of a varchar data type to a datetime data type resulted in an out-of-range value. please help me out in this .
Kind Regards
Shakuntala
2 Replies
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
You are converting something which can't be converted into a date. So check the format.
If your culture setting (I meant here date Format) is different than the string date( you are getting it from calender) then conversion will fail. (ex. we can't put 30 as a month no.)
Anil KumarPosted May 27, 2012, 12:26 AM
If your culture setting (I meant here date Format) is different than the string date( you are getting it from calender) then conversion will fail. (ex. we can't put 30 as a month no.)
Shakuntala GaurPosted May 28, 2012, 6:13 AM