I have a few datetime fields from a SQL server database that I'm updating through a web page. My problem is that if the field is being cleared out during an update changed from say "10/12/2000" to "", the date defaults in the database to 1/1/1900. Is there any way to have a date and time field allow a zero-length string? If I clear out a datetime field in the SQL Server environment, I get the error "The value you entered is not consistant with the data type or length of the column".
"If you've bitten off more than you can chew, chew faster"
"If you've bitten off more than you can chew, chew faster"