You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Paul Pattison <pa...@76design.com> on 2002/08/22 23:31:20 UTC

Escaping characters

This one should be simple, but it's taking me a while to find the answer.

Is there a standard way (xsp tag) to use escape characters for an esql
query?

Paul


---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <co...@xml.apache.org>
For additional commands, e-mail:   <co...@xml.apache.org>


Re: Escaping characters

Posted by Christian Haul <ha...@dvs1.informatik.tu-darmstadt.de>.
On 22.Aug.2002 -- 05:31 PM, Paul Pattison wrote:
> This one should be simple, but it's taking me a while to find the answer.
> 
> Is there a standard way (xsp tag) to use escape characters for an esql
> query?

No -- but if you use prepared statements (-> esql:parameter), the
driver takes care of that.

	Chris.
-- 
C h r i s t i a n       H a u l
haul@informatik.tu-darmstadt.de
    fingerprint: 99B0 1D9D 7919 644A 4837  7D73 FEF9 6856 335A 9E08

---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <co...@xml.apache.org>
For additional commands, e-mail:   <co...@xml.apache.org>