Hi Michal, Thanks a lot for the pointers !!!
Regards, Hari. --- Michal Kostrzewa <[EMAIL PROTECTED]> wrote: > Hello Hari, > > > I am a new user of Jmeter. I was testing the JDBC > hits > > using Jmeter using SQL's like > > > > select * from table_name > > > > Can I make it configurable.. something like > > > > select * from table_name where value = ? > > > > and the values should come from a text file. Is it > > possible with Jmeter ? > > Sure thing. You can use jmeter functions in your SQL > statement. I recommend > you function _StringFromFile > (http://jakarta.apache.org/jmeter/usermanual/component_reference.html#_StringFromFile) > > To use functions you can click Options->Function > Helper Dialog. > > best regards, > Michal Kostrzewa > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > ===== Cheers, Hariprasad M ________________________________________________________________________ Yahoo! India Insurance Special: Be informed on the best policies, services, tools and more. Go to: http://in.insurance.yahoo.com/licspecial/index.html --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

