On 16/02/06, Richard Gaywood <[EMAIL PROTECTED]> wrote:
> 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.
>

Why does the server recompile the stored procedure for executeQuery,
and not prepareCall?
I'd only expect the SP to be compiled once when it is initially created.
If the server runs out of dynamic memory, it may have to drop some
older objects, but that is a bit different.

Seems like a limitation in MS SQL server rather than JMeter ...

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

Reply via email to