You can use the JDBC sampler, but it might be a bit awkard to parse the response data to extract the data you need.
The easiest solution is probably to create a CSV file with the data, using whatever tool you find convenient - most databases have some sort of report utility - and then use the CSV Data Set Config to read the data. S. On 6 Sep 2007 20:45:33 -0000, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Is there a way to request data from a database and use the results of the > query to send http requests. > > The JDBC Sampler seems to be used for testing > the db. I'm interested in testing a web app based on the data retrieved from > the database. > > Thanks, > Dan > > --------------------------------------------------------------------- > 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]

