On Mon, Dec 13, 2004 at 02:00:05PM -0000, Richard Boyd wrote: > My question is this: Is it possible for me to copy across the database file > and then append it to the end of the locally held database thus > synchronizing the two? Is there a better way to do this synchronization?
If both databases are shut down, presumably you could use rsync to blindly synchronize the two at the binary level. Conceivably you could even integrate something like librsync into SQLite and thus do the rsync operation while the database is locked, with no other activity going on. http://librsync.sourceforge.net/ (This is all speculation on my part though, I have tried nothing of the sort. And of course, there might already be some better way to do it in SQLite.) -- Andrew Piskorski <[EMAIL PROTECTED]> http://www.piskorski.com/