in reply to Re: Catalyst - SQL query
in thread Catalyst - SQL query

Thanks ! Your answer makes sense to me. It can work for me with little modification. Can you please tell me which module does $db->execute($var) belongs to? Regards

Replies are listed 'Best First'.
Re^3: Catalyst - SQL query
by one4k4 (Hermit) on May 11, 2007 at 13:44 UTC
    Oh, I apologize. $db->execute was a reference to your database handle created via the DBI module. But what I was really trying to mention was the idea of using two separate queries. :)