Quotes in query

2001-08-06 Thread Sébastien Lefebvre
Hi all, I have a form where I can type text. The form is submited with post method to a xsp page. This texte can of course have quotes in it. ex: I'd like this to work How to insert it in MySQL ? Do I have to write XSP logic in order to replace ' by \'? Or is there any other solution ? (I'd

Re: Quotes in query

2001-08-06 Thread Christian Haul
On 06.Aug.2001 -- 10:23 AM, Sébastien Lefebvre wrote: > Hi all, > > I have a form where I can type text. > The form is submited with post method to a xsp page. > This texte can of course have quotes in it. ex: I'd like this to work > How to insert it in MySQL ? > Do I have to write XSP logic in

Re: Quotes in query

2001-08-06 Thread Sylvain Wallez
Sébastien Lefebvre wrote: > > Hi all, > > I have a form where I can type text. > The form is submited with post method to a xsp page. > This texte can of course have quotes in it. ex: I'd like this to work > How to insert it in MySQL ? > Do I have to write XSP logic in order to replace ' by

Re: Quotes in query

2001-08-07 Thread Sébastien Lefebvre
Sylvain , Thank you for your prompt answer. As far as I'm new to Cocoon, could you send me a piece of code ? It will help me very much. Thanks again Sébastien > >Sébastien Lefebvre wrote: > >>Hi all, >> >>I have a form where I can type text. >>The form is submited with post method to a xsp p

Re: Quotes in query

2001-08-07 Thread Sylvain Wallez
Sébastien Lefebvre wrote: > > Sylvain , > > Thank you for your prompt answer. > As far as I'm new to Cocoon, could you send me a piece of code ? > It will help me very much. > > Thanks again > > Sébastien > > > > >Sébastien Lefebvre wrote: > > > >>Hi all, > >> > >>I have a form where I can