Hello!
I'm using DBTags Tag library.
I executes simple  query:
<sql:statement id="stmt1" conn="conn1">
<sql:query>
select string_value, number_value from my_table
</sql:query>
</sql:statement>
How i can output result:
<sql:setColumn position="1"> to the string or int variable (not to JSP directly) ?
(i try <% A= <sql:setColumn position="1"> %>, but get error)

Best regards, Igor Bursin.

Reply via email to