Choose whatever jar the provider says is suitable.
On 25/09/2007, sijay reddy <[EMAIL PROTECTED]> wrote: > > hi sebb thanks for your response...on what basis i need to choose the jar > file....which jar file is suitable? > > On 9/24/07, sebb <[EMAIL PROTECTED]> wrote: > > > > On 24/09/2007, sijay reddy <[EMAIL PROTECTED]> wrote: > > > > > > Hi i have a doubt regarding how to connect to database by using > > jmeter... > > > i have prepared the test plan as specified in the usermanual...i > > > dounloaded > > > the "mysql-connector-java-bin.jar " file and copied that jar file to > lib > > > directory > > > hear am listing the details which i had given in Database Connection > > > > > > OK > > > > Configuration > > > Database URL: jdbc:mysql://192.168.1.101:3306/ams_newaug9 > > > JDBC Driver Class:com.mysql.jdbc.Driver > > > > > > OK > > > > Username: xxxx > > > Password:xxxx > > > but while running the testplan am getting the Response message: > > > java.sql.SQLException: No suitable driver > > > > > > That means Java could not find the class "com.mysql.jdbc.Driver". > > > > This should not happen if the correct jar file is in the JMeter lib > > directory. > > What you have described should have worked. > > > > Check for any other messages in jmeter.log file in case some other > problem > > occurred. > > > > Also check that the class really is in the jar. > > > > > > > am not getting where i committed mistake...please let me know > > > > > Remember that the same pool name needs to be used in the Config and > > Request > > test elements. > > However this would give a different error message. > > >

