0
votes

I am using Jmeter 5 to run a simple SQL UPDTAE statement using JDBC Request sampler. After running the query ([Screenshot: JDBC Request][2])I can see in the result tree window it says "1 updates" ([Screenshot: View Result Tree][1]), but when I check within the database I dont see the specific field is getting updated. It doesn't seem to be a connection issue. When I run the same query from Management Studio the field is getting updated fine. Am I missing some settings in Jmeter?

12

1
Did you set Auto Commit true in JDBC Configuration?user7294900
I actually did not!I had it set at default value False, and changing it to True solved the problem. THANKS!Nain
You can accept my answer if it helpeduser7294900

1 Answers

0
votes

You need to set true in Auto Commit of JDBC Connection Configuration

Turn auto commit on or off for the connections.