SitePoint Sponsor |
|
User Tag List
Results 1 to 19 of 19
Thread: auto_increment problem
Threaded View
-
Dec 15, 2000, 15:25 #1
- Join Date
- Dec 2000
- Location
- Belgium
- Posts
- 132
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Hi,
I work with MySql, and I have a field auID, which has option auto_increment. This works ok, when I add new entries.
But when I delete an entry (say nr. 4), and then add a new one MySql starts counting from 5, instead of 4 again.
What do I have to do in order to let MySql count right?
Thanks
Thomas
Bookmarks