From: Dan Nelson Date: October 19 2001 10:39pm Subject: Re: Problem doing bulk and regular inserts List-Archive: http://lists.mysql.com/mysql/88470 Message-Id: <20011019173905.A42340@dan.emsphone.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In the last episode (Oct 19), Robert Trembath said: > I have some nice database for a biotech lab running on the windows > version of mysql 3.23 on a W2K server. For some reason when my ID or > Auto-increment field get to 127 I can't insert any additional records. I > get the following error: Change your autoincrement field from tinyint to something bigger. Tinyint's range is, well, tiny: -127 to 127. -- Dan Nelson dnelson@stripped