Re: JDBC Request: Select returning values to variables

2009-01-19 Thread EvilPeanut
Thank you for replying. I will begin testing it :-) yaroslav1 wrote: > > the idea is like this: > > 1. do a JDBC request like: > SELECT ("field=" + field) as field FROM table; > > As result in ResponseData you will have: > > field= > > 2. use "Post Beanshell" sample in the JDBC to extrac

Re: java.sql.SQLException: No suitable driver

2009-01-16 Thread EvilPeanut
Try download ojdbc6.jar it works for me in 2.3.2. Also what java environment are you using? Shelli D. Orton wrote: > > Hi, > > I'm using JMeter 2.3.2 and am trying to connect to an Oracle database. I > have included the ojdbc14_10.1.0.4.0.jar file in my JMeter's lib > directory. I've set up

Re: JDBC Request: Select returning values to variables

2009-01-16 Thread EvilPeanut
Hi yaroslav1 I would be very interested in more detail. Do you by chance have an example of this? I'm trying to get this working within the next few hours, so I'm pretty desperate to get this done ASAP. Sorry if it seems like I'm just grabbing at straws. Thanks in Advance yaroslav1 wrote: > >