Thread: Mysql error
View Single Post
Old 03-10-2009, 10:45 PM   #3 (permalink)
codeguy
The Wanderer
 
Join Date: Mar 2009
Location: Colorado
Posts: 6
Thanks: 0
codeguy is on a distinguished road
Default

Since you seem to expect image_id to increment from submitting a null value, I assume auto_increment was specified for image_id.

my guess is the same as where i think etoolbox was going. Use a larger int (guessing image_id is tinyint) small int/medium int/int (i'd prolly recommend Int).
codeguy is offline  
Reply With Quote