Hi, I make a connection (using ESQL) and get a value <esql:get-string column="MYVAR"/> .
How can I get this value on the page to build another query like : Select * From mytable where ID = "MYVAR" I tried with <xsp:attribute name="MYVAR"><esql:get-string column="MYVAR"/></xsp:attribute> But when I request it I get the error : variable MYVAR not defined. Even if I add <xsp:logic> Int MYVAR = 0; </xsp:logic> How can I put my ESQL value into a variable? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]