Topic: Merge two sqlite

Hi everyone, can we merge 2 'sqlite.db' files from 2 different sources.
I would like to add an MVD program to an already existing program without retyping all the code, is this possible?
Sabine

Re: Merge two sqlite

If the namespace (tables, forms, procedures) in two projects does not overlap, then you can combine them by simple merging. In theory. But in practice, difficulties may arise if the code contains direct access to system objects of the main form (components related to reports, authorization, etc.). And most likely the problems will be due to the same name of the forms (especially the main form).

Визуальное программирование: блог и телеграм-канал.