| List: | General Discussion | « Previous MessageNext Message » | |
| From: | Dan Nelson | Date: | October 19 2001 10:39pm |
| Subject: | Re: Problem doing bulk and regular inserts | ||
| View as plain text | |||
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
| Thread | ||
|---|---|---|
| • Problem doing bulk and regular inserts | Robert Trembath | 20 Oct |
| • Re: Problem doing bulk and regular inserts | Van | 20 Oct |
| • Re: Problem doing bulk and regular inserts | Dan Nelson | 20 Oct |
| • Re: Problem doing bulk and regular inserts | Michael | 20 Oct |
| • RE: Problem doing bulk and regular inserts | Steve Meyers | 20 Oct |
