I forgot to include the query to prove that it's more than simple:

<xsp:page language="java" xmlns:xsp="http://apache.org/xsp"; 
xmlns:esql="http://apache.org/cocoon/SQL/v2";>
        <content>
                <esql:connection>
                        <esql:pool>cdn</esql:pool>
                        <esql:execute-query>
                                <esql:query>select * from cdn.towary</esql:query>
                                <esql:results>
                                        <esql:row-results>
                                                <row>
                                                        <esql:get-columns/>
                                                </row>
                                        </esql:row-results>
                                </esql:results>
                        </esql:execute-query>
                </esql:connection>
        </content>
</xsp:page>

-- 
------------------------------------------------------ [EMAIL PROTECTED]
Leszek Gawron                                            ICQ# 19681190
Software development & SE consulting         Mobile +48 (608) 23 74 55

---------------------------------------------------------------------
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:     <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>

Reply via email to