Can you run 1 database from another database?

melanemac

Registered User.
Local time
Today, 11:17
Joined
Feb 17, 2005
Messages
14
I have a database that needs processes from two other databases to run in order to work. So DB1 runs and then DB2 uses data from DB1 and runs then DB3 uses data from DB2 and runs. Because we use DB1 and DB2 for other processes, it doesn't make sense to put those processes into DB3.

Further complicating, is that there are files that need to be imported in both DB1 and DB3.

I would like to get a process in place, where we would only have to open DB3 and run one button.

Does anyone know if this is feasible?
Thanks!
 
Can you not place all the tables in one Repository database

Then all data is potentially shared and DB1 can see and use DB2 data without DB2 being open at all

L
 
Yes it can be done but I would link the tables into one db as the previous poster mentioned.
 

Users who are viewing this thread

Back
Top Bottom