Question
Tata Consultancy Services
IN
Last activity: 8 Aug 2024 10:06 EDT
Execute a query without Commit to DB
Hi All
I have a requirement in my current project where queries need to be validated before execution. In the validation process, we need the query to be executed but there should be no commit to DB. Is there a way in Pega to support the above functionality?
Also please let me know whether there are any OOTB rules available to set AutoCommit to false before Query execution, like it is achievable through Database end?
Note : I have already tried setting DSS AutoDBSchemaChanges to false and executed query through RDB, but data is getting committed to DB immediately.