From: Ed Carp Date: March 12 1999 1:15am Subject: Re: AUTO_INCREMENT Limits to 256 records List-Archive: http://lists.mysql.com/mysql/69 Message-Id: <014001be6c26$10aa35e0$74c9a8c0@traveler.airmail.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit >Here is a clip from my dumpfile: >INSERT INTO Tickets VALUES (TicketNumber, 'LoginID','Contact','Contact PH','11-03-1998','08:00','12- >>> ERROR 1062 at line 291: Duplicate entry '256' for key 1 Uh, how is "TicketNumber" defined in the code, not the database? If it was defined as an unsigned short, I could see this error happening.