Re: [PHP-DB] general theory behind 'primary_key' 'auto_increment' flags, and ON DUPLICATE KEY UPDATE ?

2009-07-15 Thread Bastien Koert
On Wed, Jul 15, 2009 at 9:21 AM, Govindagovinda.webdnat...@gmail.com wrote: Reading docs..  I want to be sure of things...  have your verification of my understanding(s)- Does setting a mysql db column (say myPrimarykeyID) with the 'primary_key' 'auto_increment' flags totally negate the

Re: [PHP-DB] general theory behind 'primary_key' 'auto_increment' flags, and ON DUPLICATE KEY UPDATE ?

2009-07-15 Thread Govinda
On Jul 15, 2009, at 7:37 AM, Bastien Koert wrote: On Wed, Jul 15, 2009 at 9:21 AM, Govindagovinda.webdnat...@gmail.com wrote: Reading docs.. I want to be sure of things... have your verification of my understanding(s)- Does setting a mysql db column (say myPrimarykeyID) with the

Re: [PHP-DB] general theory behind 'primary_key' 'auto_increment' flags, and ON DUPLICATE KEY UPDATE ?

2009-07-15 Thread Bastien Koert
On Wed, Jul 15, 2009 at 4:40 PM, Govindagovinda.webdnat...@gmail.com wrote: On Jul 15, 2009, at 7:37 AM, Bastien Koert wrote: On Wed, Jul 15, 2009 at 9:21 AM, Govindagovinda.webdnat...@gmail.com wrote: Reading docs..  I want to be sure of things...  have your verification of my