On 12/29/06, Will Smith <[EMAIL PROTECTED]> wrote:
Thank you, Yes, I mean I'm using DBIC. I've tried your method. It did not give error, but, also did not insert into the table. Do I miss something?
Hi, Will! Are the correct SQL statements being generated? (try export DBI_TRACE=1 or something like that) Is a COMMIT missing? (check AutoCommit on your dsn and/or DBD::* database specific docs, e.g. for PostgreSQL/Oracle it is off by default, IIRC) Greetings! _______________________________________________ List: [email protected] Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
