RE: SQL Query Parameters

2004-05-12 Thread Michael Stover
> > Also - here's a nitpick that reduces usability. > The doc seems to have hard line returns such that > when I resize the browser width the text does NOT > reflow. The JMeter doc. window has to be kept > really wide. Is that intentional? It's not. I thought it was due to some of the large i

RE: SQL Query Parameters

2004-05-12 Thread Lee Peterson
Hi Mike, > -Original Message- > From: Michael Stover [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 12, 2004 2:33 PM > To: JMeter Users List > Subject: RE: SQL Query Parameters > > > Escape special chars with a '\'. ie: > > \(&#x

RE: SQL Query Parameters

2004-05-12 Thread Michael Stover
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. >

RE: SQL Query Parameters

2004-05-12 Thread peter lin
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 CSVR

RE: SQL Query Parameters

2004-05-12 Thread Michael Stover
ssage----- > 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

RE: SQL Query Parameters

2004-05-12 Thread Craig . Hamilton
;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 u

Re: SQL Query Parameters

2004-05-12 Thread Michael Stover
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 fun