I want to split my tables across two databases. Is it possible to model relationships between the two domains? For example, assume I have authentication and authorization data in one database, and domain data in the second.
I want to link the users to the data in the domain. I want to create relationships between the user and the domain data. To be more explicit, imagine I have users in one database, and the orders that user has made in a second database. How do I model this using the modeler? Is it even possible? Tony Giaccone
