php-db | 2001062
Date: 06/28/01
- Next message: Laurence Veale: "[PHP-DB] PHP & Oracle Stored Functions"
- Previous message: CC Zona: "Re: [PHP-DB] MySQL Error???"
- Maybe in reply to: Brian Grayless: "[PHP-DB] MySQL Error???"
- Next in thread: Dobromir Velev: "Re: [PHP-DB] MySQL Error???"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
sounds like your field definition is something like int(2) or something, it
needs to be bigger so that it can handle higher numbers for the unique
primary key :)
// -----Original Message-----
// From: Brian Grayless [mailto:bgrayless <email protected>]
// Sent: Thursday, 28 June 2001 12:24 AM
// To: PHP DB list (E-mail)
// Subject: [PHP-DB] MySQL Error???
//
//
// Is anyone familiar with this MySQL error?
//
// "1062: Duplicate entry '127' for key 1"
// I wrote a great bookmark management program that works fine,
// but everytime I
// insert bookmarks, I insert somewhere over 120 and I start
// getting this
// error, and it won't add them anymore. Any suggestions???
//
// Thanks,
//
// B R I A N G R A Y L E S S
// Web Administrator
// Premier Resorts
// www.premier-resorts.com
//
// P: 435-655-4812
// F: 413-618-1518
//
//
// --
// PHP Database Mailing List (http://www.php.net/)
// To unsubscribe, e-mail: php-db-unsubscribe <email protected>
// For additional commands, e-mail: php-db-help <email protected>
// To contact the list administrators, e-mail:
// php-list-admin <email protected>
//
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-db-unsubscribe <email protected> For additional commands, e-mail: php-db-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Laurence Veale: "[PHP-DB] PHP & Oracle Stored Functions"
- Previous message: CC Zona: "Re: [PHP-DB] MySQL Error???"
- Maybe in reply to: Brian Grayless: "[PHP-DB] MySQL Error???"
- Next in thread: Dobromir Velev: "Re: [PHP-DB] MySQL Error???"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

