I am currently having a very strange error. I use the following query in my ASP.net program and for a couple of days ago it worked perfect. But then out of nowhere I get this system error

The conversion of a char data type to a datetime data type resulted in an out-of-range datetime value. The statement has been terminated.INSERT INTO Forms (formxml,formfile,formcheck,formindat) VALUES ('rapautomatisering.xml','rapautomatisering7.xml','N','25-06-2003');

what the hell happened ?

It seems that the formindat value in my querie causes the problem, but in the table the datatype o fthe field is 'datetime'. And it worked a couple of days ago! help

best regards,

Krol