On 02/06/2008, aidy lewis <[EMAIL PROTECTED]> wrote:
> Hi Sebb,
>
>  The log tells me the file has been read
>  jmeter.services.FileServer: Stored: C:\aidy\freemind_data\freemind_data.txt
>
>  I have pasted the sql query within the JDBC window
>
>  set @contractId =  ${contractid}
>
> set @partyName = "${partyName}"
>  set @projectId =  ${projectId}
>
>
> The query works when I hard code it.
>
>  The JDBC request shown in the results tree is:
>  set @contractId =  ${contractid}
>
> set @partyName = "${partyName}"
>  set @projectId =  ${projectId}
>
>
> Do I have an alternative?

Just tried, and CSV Dataset works fine with JDBC Sampler for me.

Are you sure that the names are identical?
Make sure that there are no trailing spaces in the variable list.

>  Thanks for the help.
>
>
>  Aidy
>
>  ---------------------------------------------------------------------
>  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]

Reply via email to