Hi, I came up with a scenario . I have hundreds of select statements and i need to parameterise and correlate them. Instead of using a jdbc sampler for each select statement(Very time consuming) can i use Callable Statement query type and provide all the select statements in one jdbc sampler whose query type is Callable statement ? Is this the best practice ? I have done this and it is working fine. Do the callable statement keeps a cache statement and then repeat the cache statement again and again ?
is there anyother way to do this? --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
