I've a webpage from where I send data to the query, when I run the page after I run start node application and send data it works perfectly fine, for the second time when I run the data after refreshing the page the query is not executing, I did a debug on the db and checked the query count is increasing, set the query count to 0 everytime when the execution is calling still no luck. Will check the Java and see if there is anything stops there.
I did a debug on the code and found the variable declaration for the connection string should be inside the function, I changed that and it started working.
I've a webpage from where I send data to the query, when I run the page after I run start node application and send data it works perfectly fine, for the second time when I run the data after refreshing the page the query is not executing, I did a debug on the db and checked the query count is increasing, set the query count to 0 everytime when the execution is calling still no luck. Will check the Java and see if there is anything stops there.