sql error

  • 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

  • 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.

    Luis C.
    General Disclaimer:
    Are you seriously taking the advice and code from someone from the internet without testing it? Do you at least understand it? Or can it easily kill your server?

    How to post data/code on a forum to get the best help: Option 1 / Option 2

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply