Executing sql queries using templates

  • I am trying to pass the value in <sql param> but it just takes it as a string. Is there any way that it takes the parameter value and not the parameter name?

    Example:

    i = 100

    <sql:header><sql:param name='SurveyId'>i</sql:param></sql:header>

    It takes parameter as i and not its value.

    We want it to take actual value of i.

    thank you

  • This was removed by the editor as SPAM

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply