05-05-23 01:51 PM
Hypothetically,
Is it possible 2 have more than one connection open in a process at a time.
I'm foreseeing a time where I may have to update 2 separate databases on different hosts
Ed
08-05-23 07:21 AM
Theoretically, a process can connect to more than one database.
Updating individual databases is processed as a separate transaction.
As a result, consistency may not always be guaranteed.
Fortunately, we may be able to implement a way to minimize this situation using the Blue Prism Work Queue.