[Catalyst] [newbie]How to call stored procedure?

2007-12-28 Thread Tony Winslow
---BeginMessage--- Hi, all! I've stored procedures defined in my database schema, and I need to call them in my code. The arbitrary-sql approach won't help since it writes sql statements in source code to act as stored procedures. So could I do that in DBIx? Thank you! ---End Message---

Re: [Catalyst] More unicode problems (uri_for)

2007-12-28 Thread Andrew Rodland
On Monday 24 December 2007 07:58:34 am Knut-Olav Hoven wrote: I wasn't very clear on this, sorry. Check my å is not inside the code, it comes from my po/mo-files (i18n). It looks actually more like this:  $c-redirect(   $c-uri_for(     '/login',     {error_msg = $c-loc(Check my magic)}  

Re: [Catalyst] [newbie]How to call stored procedure?

2007-12-28 Thread Gene Selkov
On Fri, 28 Dec 2007, Jason Kohles wrote: On Dec 28, 2007, at 8:19 AM, Tony Winslow wrote: I've stored procedures defined in my database schema, and I need to call them in my code. The arbitrary-sql approach won't help since it writes sql statements in source code to act as stored

[Catalyst] Re: [newbie]How to call stored procedure?

2007-12-28 Thread Aristotle Pagaltzis
* Gene Selkov [EMAIL PROTECTED] [2007-12-28 18:40]: It will work if your backend supports subselects and will fail otherwise. Let’s not pussyfoot around: there’s only one SQL DBMS which doesn’t support subselects at all… Regards, -- Aristotle Pagaltzis // http://plasmasturm.org/

Re: [Catalyst] More unicode problems (uri_for)

2007-12-28 Thread Knut-Olav Hoven
On Friday 28 December 2007 17:56:45 Andrew Rodland wrote: On Monday 24 December 2007 07:58:34 am Knut-Olav Hoven wrote: I wasn't very clear on this, sorry. Check my å is not inside the code, it comes from my po/mo-files (i18n). It looks actually more like this:  $c-redirect(