Re: tinyint and NULL

2002-03-08 Thread Keith C. Ivey
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

tinyint and NULL

2002-03-08 Thread Steve Buehler
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