[thelist] solved - weird MySQL insert problem

noah noah at tookish.net
Fri Mar 1 00:33:00 CST 2002


Thanks David and Shanx - you pointed me in the right direction.
Unfortunately, my stupidity runs much deeper than you could have guessed.

The problem is indeed with the datatype of the column, which is tinyint.
Apparently tinyint won't accept numbers larger than 127, so for all the
999s I was inserting, I now have a bunch of 127s.

Again, thanks for pointing me at the right problem.

Cheers,
Noah




More information about the thelist mailing list