Re: [PHP] Constraint Violation when INSERT

2003-12-10 Thread irinchiang
>>> Hi all, >>> I got the error " Constraint Violation " when I did an "INSERT" . >>> Gone thru the code umpteen times but to no avail..Wondering where my >>> error was??...Below is a snip of the block of code: >>> >> "mysql://root:[EMAIL PR

Re: [PHP] Constraint Violation when INSERT

2003-12-10 Thread Sophie Mattoug
Hi all, I got the error " Constraint Violation " when I did an "INSERT" . Gone thru the code umpteen times but to no avail..Wondering where my error was??...Below is a snip of the block of code: $db = DB::connect ($dsn); if (DB::isError ($d

Re: [PHP] Constraint Violation when INSERT

2003-12-10 Thread Sven
[EMAIL PROTECTED] schrieb: Hi all, I got the error " Constraint Violation " when I did an "INSERT" . Gone thru the code umpteen times but to no avail..Wondering where my error was??...Below is a snip of the block of code: $db = DB::co

RE: [PHP] Constraint Violation when INSERT

2003-12-09 Thread irinchiang
> Hi all, > > I got the error " Constraint Violation " when I did an "INSERT" . > Gone thru the code umpteen times but to no avail..Wondering > where my error > was??...Below is a snip of the block of code: > > > $dsn = "mysql://root:[

RE: [PHP] Constraint Violation when INSERT

2003-12-09 Thread Martin Towell
> Hi all, > > I got the error " Constraint Violation " when I did an "INSERT" . > Gone thru the code umpteen times but to no avail..Wondering > where my error > was??...Below is a snip of the block of code: > > > $dsn = "mysql://root:[EMAIL