This question is locked. New answers and comments are not allowed.
Hi,
Let's discuss such an issue:
There are two applications. Both of them use different databases but with some tables that have exactly the same structure in both cases. Let it be the "Person" table. The persistent class for the Person table is the same for both cases and therefore I would like to keep it in a library and use this library in both applications. But each of them has its own tables, also; these tables must be defined in this application, apart from the library. And now: is it possible to do such tricks that would allow each of the applications to see its tables and the Person table as a single database, within a single scope? To refer from their tables / persistent classes directly to the Person table / class?
Regards
Tomasz
Let's discuss such an issue:
There are two applications. Both of them use different databases but with some tables that have exactly the same structure in both cases. Let it be the "Person" table. The persistent class for the Person table is the same for both cases and therefore I would like to keep it in a library and use this library in both applications. But each of them has its own tables, also; these tables must be defined in this application, apart from the library. And now: is it possible to do such tricks that would allow each of the applications to see its tables and the Person table as a single database, within a single scope? To refer from their tables / persistent classes directly to the Person table / class?
Regards
Tomasz