Hello,
I would like to know if it is possible to merge 2 ProjeQtor's Database ?
And if it is possible, how can I do ?
Thanks
Steeray
This is not possible
Merginhg is possible when IDs from one db are converted (increased) to be different from IDs in other db. References have to be fixed according those changes as well.
This problem exists with every software relying on autoincremented IDs. Better solution would be using own numbering to have consistent data but, that's "old style" which works reliable and one is able to handle merges and other actions as well relative easy. Effort for coding is minimal ... 🙁