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 [EMAIL PROTECTED] --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php