Re: [newbie] ESQL Error Handling

2002-09-30 Thread Zein
] To: [EMAIL PROTECTED] Sent: Thursday, September 26, 2002 2:26 PM Subject: Re: [newbie] ESQL Error Handling Zein Dowe wrote: Hi, i got some questions about the esql logicsheet from cocoon. I suppose the first one is easy to answer: 1. How can i count the number of rows from the result

Re: [newbie] ESQL Error Handling

2002-09-30 Thread Vadim Gritsenko
regards, Zein - Original Message - From: Vadim Gritsenko [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, September 26, 2002 2:26 PM Subject: Re: [newbie] ESQL Error Handling Zein Dowe wrote: Hi, i got some questions about the esql logicsheet from cocoon. I suppose

Re: [newbie] ESQL Error Handling

2002-09-30 Thread Zein
Thank you for your help! Now everything does what it has to do. Zein - Original Message - From: Vadim Gritsenko [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, September 30, 2002 10:23 PM Subject: Re: [newbie] ESQL Error Handling Zein wrote: Thank you! map:handle-errors

[newbie] ESQL Error Handling

2002-09-26 Thread Zein Dowe
Hi, i got some questions about the esql logicsheet from cocoon. I suppose the first one is easy to answer: 1. How can i count the number of rows from the result of my query? The second one seems quit more difficult to me (but i am a newbie and know nothing ;-): 2. How can I handle the

Re: [newbie] ESQL Error Handling

2002-09-26 Thread Christian Haul
On 26.Sep.2002 -- 09:37 AM, Zein Dowe wrote: Hi, i got some questions about the esql logicsheet from cocoon. I suppose the first one is easy to answer: 1. How can i count the number of rows from the result of my query? There's a row-count tag but it works only with some cases. You

Re: [newbie] ESQL Error Handling

2002-09-26 Thread Vadim Gritsenko
Zein Dowe wrote: Hi, i got some questions about the esql logicsheet from cocoon. I suppose the first one is easy to answer: 1. How can i count the number of rows from the result of my query? Not sure does ESQL has something for this or not, but in any case you can count using XSLT. The