On 8 Mar 2002, at 15:52, Steve Buehler wrote:
> I have some fields set up in my MySQL database table as tinyint(5)
> The problem is that it will not except a NULL unless I specifically tell it
> NULL. I have a form that allows for input. When submitted, it updates the
> database. If the fiel
I have some fields set up in my MySQL database table as
tinyint(5)
The problem is that it will not except a NULL unless I specifically tell it
NULL. I have a form that allows for input. When submitted, it updates the
database. If the field on the form is empty, it still puts a "0" (zero)
int