You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@cocoon.apache.org by st...@outerthought.org on 2003/05/02 11:00:04 UTC

[WIKI-UPDATE] GETsnippets Fri May 2 11:00:02 2003

Page: http://wiki.cocoondev.org/Wiki.jsp?page=GETsnippets , version: 2 on Fri May  2 08:59:15 2003 by Scherler

+ !esql
+ ''esql-query loop''
+ {{{<esql:execute-query>
+ 	<esql:query>select * from TABLE</esql:query>
+ 	<esql:results>
+ 		<esql:row-results>
+ 			<esql:get-columns/>
+ 		</esql:row-results>
+ 	</esql:results>
+ 	<esql:no-results>
+ 		<no-results/>
+ 	</esql:no-results>
+ 	<esql:error-results/>
+ </esql:execute-query>
+ }}}