View Single Post
  #2  
Old 05-26-2007, 06:34 AM
inder inder is offline
Senior Member
 
Join Date: Sep 2006
Posts: 113
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 15
inder is on a distinguished road
Default Re: Duplicate entry error!!!!

Try to do a
select max(auto_inc_col) from tablename

Usually reaching the max value of the datatype, mysql may truncate to the max value and you got a duplicate key error. -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
Reply With Quote
  Webmaster Forums - View Single Post - Duplicate entry error!!!!
View Single Post
  #2  
Old 05-26-2007, 06:34 AM
inder inder is offline
Senior Member
 
Join Date: Sep 2006
Posts: 113
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 15
inder is on a distinguished road
Default Re: Duplicate entry error!!!!

Try to do a
select max(auto_inc_col) from tablename

Usually reaching the max value of the datatype, mysql may truncate to the max value and you got a duplicate key error. -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
Reply With Quote