Inserting Date in Sql Server
Hi,
I tried to insert date into the Sql database using parameters but it prompt me this error message:
"Arithmetic overflow error converting expression to data type datetime. The statement has been terminated."
My date format is in dd/MM/yyyy. Can it be the format in the Sql database that causes this error? Any ideas?
Thanks.
Regards
|