Re: [newbie]How to call stored procedure using DBIx?



On Fri, 28 Dec 2007 22:58:25 +0800, Tony Winslow wrote:
The env: Catalyst, DBIx::Class, MySQL
If I can get a $dbh from what I already have from DBIx::Class, the
problem can be solved. Yet I can figure out a way to get it.

See DBIx::Class::Storage::DBI:

$schema->storage->dbh

--
Peter Scott
http://www.perlmedic.com/
http://www.perldebugged.com/

.