> With a Jmeter properties and SQL query with parameter to select data for
> each client, that will works (not tested)
>
> Ex: SELECT ID, NAME, DATA1, etc FROM MY_TABLE WHERE ID_CLIENT =
> ${MY_PROPERTIE}

Ok so far, however my central requirement was that the same data is not used 
even on a later separate test execution.

Could you use a DELETE FROM / UPDATE statement to delete the values from the 
database that were actually used?

Jens
                                          
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to