Jeffr.Lipton
Registered User.
- Local time
- Yesterday, 22:43
- Joined
- Sep 14, 2018
- Messages
- 31
I have 2 databases that I want to have run the same module, and update local tables.
db1: contains universal module
db2: calls module in db1 to update local tables
db3: calls module in db1 to update local tables
This way, if I need to make a change to the module, I can just make the change in db1, rather than hope to keep db2 and db3 in sync.
When I call db1 from db2, it updates the tables in db1. How do I get it to update the tables in db2?
db1: contains universal module
db2: calls module in db1 to update local tables
db3: calls module in db1 to update local tables
This way, if I need to make a change to the module, I can just make the change in db1, rather than hope to keep db2 and db3 in sync.
When I call db1 from db2, it updates the tables in db1. How do I get it to update the tables in db2?