On 10/01/07, Alexander Wallace <[EMAIL PROTECTED]> wrote:
Is it possible by any chance that if i read data from a csv file,
that strings of the type ${whatever} would be substituted by the
value in jmeter?

such that

SELECT * FROM table WHERE id = ${__threadNum};

would actually but a number for the id?

The SQL text is a string - parameters are not numbers - so it will work OK.

See:

http://jakarta.apache.org/jmeter/usermanual/functions.html#Where

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to