I will have a need to save changes to several different tables in several different databases all within a single transaction of some sort. If any optimistic concurrency conflict occurs in any of the tables in any of the different databases, I want to roll back all attempted changes in all tables in all databases.
My research on the internet indicates that transactions will not work across multiple databases. Does StrataFrame have a way of handling this scenario? Will I need to write my own code based on my own solution, or can StrataFrame handle this out of the box?
Sam