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 files. Disadvantage is that create queries is tricky. So here is my
question. Is SQLite has some function for merging data? I'm wondering about
ATTACH DATABASE, but maybe there is a better way?

Regards
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to