On 2/16/06, Furash Gary <[EMAIL PROTECTED]> wrote: > > If I have previously defined JDBC connection information in a step, and > in a subsequent step (java or beanshell) I want to use that connection > that JMeter has created, how do I access it. I'm sure it's an object > residing in the flow but I'm not sure how to get at it.
If I understand your problem correctly, you are asking how you link a JDBC Connection Configuration compenent to a JDBC Sampler component? If so, what you have to do is set "Variable Name Bound to Pool" for the both components to the same value. JMeter will then figure it out. If you are planning on using JMeter to test stored procedures, you should read http://issues.apache.org/bugzilla/show_bug.cgi?id=38682 first. This bit me in the past quite badly.

