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?
0
votes
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.