Re: [sqlite] Merging databases

2013-03-25 Thread Clemens Ladisch
Krzysztof wrote: > I have daemon on server which each day create new sqlite database. Client > application can download and present these databases. For example: User > want to see data from last week so client application download 7 > files. Advantage of this defragmentation is that it don't need

[sqlite] Merging databases

2013-03-25 Thread Krzysztof
Hi, I have daemon on server which each day create new sqlite database. Client application can download and present these databases. For example: User want to see data from last week so client application download 7 files. Advantage of this defragmentation is that it don't need to download big

[sqlite] Merging databases

2005-05-07 Thread thatsanicehatyouhave
Hello, Imagine you have a simple database with two tables, and a third to join them as a many-to-many relationship. Someone sends me an SQLite database as a file which has the same structure, but the data is different. I want to merge these two databases together keeping all of the