ProgrammerAndy
Programmer
I have an ASP page with an input field that will input a date. In my SQL 7.0 database i allows NULLS in my field that is set to datatype datetime. But when i do an INSERT or an UPDATE to the database, and this input field is left blank, it automatically in inserting the date 1/1/1900. Does anyone know how to stop this from happening?
This is my code on Add page:
<TD><font face="arial" size=2>Followup Date:</font></TD>
<TD><input type = "text" name="InputFollowUpDate" size=10 value=""></TD>
ANY/ALL help apreciate!
This is my code on Add page:
<TD><font face="arial" size=2>Followup Date:</font></TD>
<TD><input type = "text" name="InputFollowUpDate" size=10 value=""></TD>
ANY/ALL help apreciate!