|
|
|
good chemistry is complicated, and a little bit messy -LW |
|
| PerlMonks |
Problem creating a row with a manually specified primary key via CDBI::FromCGIby Booger (Pilgrim) |
| on Oct 09, 2004 at 19:44 UTC ( #397897=perlquestion: print w/ replies, xml ) | Need Help?? |
|
Booger has asked for the
wisdom of the Perl Monks concerning the following question:
Hello folks: I'm using MySQL and have some tables where I can't use auto_increment on the primary keys (for some weird reason I won't bother to explain) and want to control the sequence of said primary keys manually. Ex: a user submits a form having a couple of input fields and I receive them in a hash $r->{params} (yes - I'm using Maypole). The piece of code that creates a new row in the database according to the form data looks something like this:
Which to me, looks fine. Apparently it's not. Whenever this portion of code gets executed I receive the following error:
I've searched and searched and can't seem to discover what exactly is causing the manually set primary key to be ignored. Any suggestions or comments would be greatly appreciated. Thanks!
Back to
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||