anirudh_sml has asked for the wisdom of the Perl Monks concerning the following question:
This is working fine but i dont know wat i shuld write to update in table . Thanksmy $data= $c->model('DBXyz::Table')->create({ customer_id => $customer_id, userid => $user_id, date => $date, entry_type => $commentType, history_entry => $comment, });
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Syntax to update a table in mysql using catalyst framework
by Corion (Patriarch) on Jan 07, 2009 at 08:35 UTC | |
by anirudh_sml (Novice) on Jan 08, 2009 at 07:13 UTC | |
by Corion (Patriarch) on Jan 08, 2009 at 07:26 UTC | |
by anirudh_sml (Novice) on Jan 08, 2009 at 07:31 UTC |