Thanks Mike it's working great. Do you know if a escape sequence exists so I
can include commas in a single value? 

For example one of my parameters is

('String1', 'String2')

which is treated as two values. If I double quote it like 

"('String1', 'String2')" it is still treated as two values.


Thanks
Craig

-----Original Message-----
From: Michael Stover [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 12, 2004 9:40 AM
To: JMeter Users List
Subject: Re: SQL Query Parameters


Use CSVRead instead of StringFromFile.  It lets you set up a file with
columns and rows, so you can use a record at a time.

-Mike

On Wed, 2004-05-12 at 09:20, [EMAIL PROTECTED] wrote:
> I'm using jmeter to perform database load testing, and I'm having some
> problems using the _StringFromFile function. I have a query that uses 5
> variables, and I want to create a file that contains 100,000 records with
5
> columns to feed to the query. Cold  someone please provide me with
> step-by-step instructions on how to accomplish this?
> 
> Thanks
> Craig
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
-- 
Michael Stover <[EMAIL PROTECTED]>
Apache Software Foundation


---------------------------------------------------------------------
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