linking tables in separate databases

  • Thread starter Thread starter Lindsey
  • Start date Start date
L

Lindsey

Is it possible to join tables from separate databases
together in a relationship, i.e, to connect by a primary
key ID? If yes, how??
 
Is it possible to join tables from separate databases
together in a relationship, i.e, to connect by a primary
key ID? If yes, how??

No; you can create a Query linking tables which reside in separate
databases, but you cannot create a relationship (since neither
database has any way of enforcing that relationship).
 
Back
Top