Hi.
I had the problem that I have to receive rows from a table
where the number of columns is variable (because the query is
variabe). For this reason it is useful to have the element names
the same for each column.
I introduced the "tag-name" attribute in esql:get-columns.
E.g. <esql:get-columns tag-name="column"/> will result in
<column>
col1
</column>
<column>
col2
</column>
...
( Remark: the tag-case applies after this too.
<esql:get-columns tag-name="column" tag-case="upper"/>
results in <COLUMN>col1</COLUMN>... )
Could a commiter commit this please?
One question: If I get the dev-snapshot, which version do I get?
2.0 or 2.1?
Regards,
Michael
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]