Hi,

In a JDBC request, is it possible to use variables in the sql query?

I have a file

15004781
15004782
15004783
15004784
15004785
15004786
15004787
15004788
....

That I read in the CSV data set config. The var has been assigned to
the name 'contractid'

Now, I know I can use this var in Jmeter like this; ${contractid}

But, how could I use this in my sql?

declare @contractId int,
        
set @contractId = 15004779

Thanks

Aidy

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

Reply via email to