![]() |
|
Perl: the Markov chain saw | |
PerlMonks |
DBI Conundrum Using CGI::Appby waltw (Acolyte) |
on Jul 06, 2006 at 19:29 UTC ( #559653=perlquestion: print w/replies, xml ) | Need Help?? |
waltw has asked for the wisdom of the Perl Monks concerning the following question:
Dear Perl Monks:
I am using CGI::App and have as one of my run-modes the following short and simple update routine against a data schema implemented using SQLite. The objective is to take the edited media type code description returned from an HTML form and update the existing record in the database. The ProblemThe database does not update with the new data, and continues to show the old data. SQLite does not throw an error. I can't figure out my sin of commission or omission and hope for a quick head slapping experience.Other notes
QuestionAfter $sth->execute(); the database remains non-UPDATEd nor does it throw any errors -- why??!!I'm pulling my hair and beard over this one -- read through Programming the Perl DBI, searched on this site, read through CPAN's docs on CGI and CGI:App. Thank you, Walt Short Routine Follows
Back to
Seekers of Perl Wisdom
|
|