Cancel BeginTransaction?

Is there a way to cancel a “BeginTransaction”? Just curious because occasionally, this one will get me when analyzing a database for possible changes… only to find out that there are no records that really need updating.

here is an example
https://documentation.xojo.com/api/databases/database.html#database-begintransaction

RollbackTransaction

1 Like