integers fields and strings

2008-03-14 Thread Les Fletcher
I am having some issues with some integer fields and string input. The table setup is the following: | Field | Type| Null | Key | Default | Extra | | intfield1 | smallint(6) | YES | | 0| | | intfield2 | smallint(6) | YES | | NULL| | | intfield3 |

Re: integers fields and strings

2008-03-14 Thread Rob Wultsch
On Fri, Mar 14, 2008 at 12:04 PM, Les Fletcher [EMAIL PROTECTED] wrote: | Field | Type| Null | Key | Default | Extra | | intfield1 | smallint(6) | YES | | 0| | | intfield2 | smallint(6) | YES | | NULL| | | intfield3 | smallint(6) | YES | |

Re: integers fields and strings

2008-03-14 Thread Les Fletcher
Thanks for the link. That helps a lot. Rob Wultsch wrote: On Fri, Mar 14, 2008 at 12:04 PM, Les Fletcher [EMAIL PROTECTED] wrote: | Field | Type| Null | Key | Default | Extra | | intfield1 | smallint(6) | YES | | 0| | | intfield2 | smallint(6) | YES | |