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
I appreciate the time it took to give me these ideas. Are you aware of anybody actually using a transaction across multiple databases with StrataFrame? I am only a beginner and it will take me some time to absorb everything you suggested, but based on the little bit I know now, I am not sure yet if your ideas will work. If I ever figure it out, I will let you know what I found.