you need to write a jmeter book :)
 
bad joke
 
peter

Michael Stover <[EMAIL PROTECTED]> wrote:
Escape special chars with a '\'. ie:

\('String1'\, 'String2'\)

see here: http://jakarta.apache.org/jmeter/usermanual/functions.html
section 16.3

Do people think the documentation sucks for JMeter? I keep finding that
a lot of questions really are answered there. How can we make it more
obvious that the docs are worth reading? 

-Mike


On Wed, 2004-05-12 at 10:34, [EMAIL PROTECTED] wrote:
> 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 
Apache Software Foundation


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

                
---------------------------------
Do you Yahoo!?
Yahoo! Movies - Buy advance tickets for 'Shrek 2' 

Reply via email to