Problem inserting dates to SQL Server

  • Thread starter Thread starter RP
  • Start date Start date
I have a DateTimePicker with format dd-MM-yyyy. While attempting to
insert this date in SQL Server Date column, following exception is
thrown:

The conversion of a char data type to a datetime data type resulted in
an out-of-range datetime value.

Please help.

Also be aware that SQL Server will likely throw the same error if
given a datetime earlier than 1 Jan 1732
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top