As the title, how can i use commit () and rollback () in sql service
Solved! Go to Solution.
Best way is to create stored procedures on the DB side and invoke them from Thingworx (using the JDBC connection)
You can write full Procedures on the Thingworx side and execute them through the JDBC connection.
Best way is to create stored procedures on the DB side and invoke them from Thingworx (using the JDBC connection)
You can write full Procedures on the Thingworx side and execute them through the JDBC connection.
Hi @chenzhuang111.
If you are satisfied with the response previously provided, please mark it as the Accepted Solution for the benefit of others with the same question.
Regards.
--Sharon