You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Bruno Pierre <br...@yahoo.fr> on 2003/07/06 00:30:42 UTC

sql transform

Hi

I don't understand why tag like
    <sql:skip-rows>2</sql:skip-rows>

are ignored by the sql transform call in the sitemap.xmap by

        <map:transform type="sql">
          <map:parameter name="use-connection" value="personnel"/>
        </map:transform>

Does it work only in xsp file?

thanks.

Re: sql transform

Posted by Joerg Heinicke <jo...@gmx.de>.
There are 2 independent technologies:
1. SQLTransformer
http://cocoon.apache.org/2.1/userdocs/transformers/sql-transformer.html

2. ESQL Logicsheet (the XSP)
http://cocoon.apache.org/2.1/userdocs/xsp/esql.html

They are completely independent and it's possible (I don't know, I never 
used one of them) that SQLTransformer does not support skip-rows.

Joerg

Bruno Pierre wrote:

> Hi
>  
> I don't understand why tag like
>     <sql:skip-rows>2</sql:skip-rows>
> are ignored by the sql transform call in the sitemap.xmap by
>  
>         <map:transform type="sql">
>           <map:parameter name="use-connection" value="personnel"/>
>         </map:transform>
> Does it work only in xsp file?
>  
> thanks.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org