This question was asked about a month ago, but I never saw an answer to this, so I'll ask again. Is there a way to validate the results from a JDBC test? Looking at the user manual, it seems to say that an assertion can be used to verify the results from a query, but when I have tried this, the assertion always passes, whether or not I put in invalid check or not. In fact, I can verify that I am actually hitting the database with JMeter, using the driver and URL and user name and password. If some one has a way to check all this, please let me know.
Thanks, Tim

