Hi all,

I have an application where I need to access a database remotely (using
TCP/IP). I had thought of just calling sqlite commands (possibly using RPC)
and getting database data returned. However, as I will only periodically
access the remote database, I need to effectively keep a copy of the
database locally for offline number crunching.

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?

Many thanks in advance,
Richard


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.801 / Virus Database: 544 - Release Date: 24/11/04

Reply via email to