[Zope] Error when inserting into MySQL database

Dennis Nichols nichols@tradingconnections.com
Tue, 08 May 2001 08:11:24 -0500


At 5/8/01 10:32 AM, Gitte Wange wrote:
>The id field is auto_incremented ... and the type is tinyint ...
>Anyone who have any ideas ???

And a tinyint can be -127 to +127. If you want more records than 127, make 
the id field some bigger type of integer. As it is, you are getting just 
what you asked for.

--
Dennis Nichols
nichols@tradingconnections.com