On Wed, Apr 16, 2008 at 5:20 PM, Bas Scheffers <[EMAIL PROTECTED]> wrote:
> On 17/04/2008, at 8:14 AM, Dossy Shiobara wrote:
>
>  I don't really like bind variables, I would much rather see it implemented
> like:
>
>  ns_db select $db "select * from people where country = $1 and age > $2"
> [list "au" 25]

You mean:

    ns_db select $db {select * from people where country = $1 and age
> $2} [list "au" 25]

I presume.


--
AOLserver - http://www.aolserver.com/

To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> 
with the
body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: 
field of your email blank.

Reply via email to