On Fri, 20 Oct 2000, Mark Twiddy wrote:
> Hi all
>
> How can i pass a string to a sql method that won't be quoted.
>
> i.e so i can do somthing like this
>
> .....
> ggroup by foo,blah
> order by <dtml-sqlvar spam>
>

don't use sqlvar... just put:

order by <dtml-var spam>


works for me. (o8

>
> thanks mark
>

Have a better one,
        Curtis Maloney

_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to