your using the wrong thing. It should be sql:getColumn not setColumn if your trying to retrieve the value. -Tim
-----Original Message----- From: Igor Bursin [mailto:[EMAIL PROTECTED]] Sent: Friday, July 12, 2002 8:05 AM To: [EMAIL PROTECTED] Subject: taglibs questions 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) Sorry, for offtopic. Best regards, Igor Bursin. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
