In MS ACCESS
itmarr(0, 0) = "bill_date"
itmarr(1, 0) = TxtDate.Text
IN SQL SERVER
itmarr(0, 0) = "bill_date"
itmarr(1, 0) = Format(TxtDate.Text, "dd MMM yyyy")
ERROR SHOW IN SQL SERVER]
the conversion of a varchar data type to a datetime data type resulted in an out-of-range value

Rafnas T PPosted Feb 27, 2017, 2:44 AM
Jitendra ShekhawatPosted Feb 27, 2017, 11:43 PM
Nitin SontakkePosted Feb 27, 2017, 3:58 AM
Rafnas T PPosted Feb 27, 2017, 3:41 AM
Jitendra ShekhawatPosted Feb 27, 2017, 3:04 AM