Do you really require a local copy of the entire database?  Can you not just 
create a service that queries the database and gives you results on demand, 
caching the results?

-----Original Message-----
From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org] 
On Behalf Of David Haymond
Sent: Wednesday, October 06, 2010 7:30 AM
To: sqlite-users@sqlite.org
Subject: [sqlite] SQLite database sync

Hi SQLite users,

I am completely new to SQLite (and SQL in general), and I am currently working 
on an iPhone app that uses the embedded SQLite engine to cache offline data. 
What is the best way to implement synchronization capabilities (change 
tracking, state tracking, etc.) in a separate table (such as meta), so that the 
app can sync to the server?

My database contains two tables: locations and trips. trips is the child of 
locations.

Any help would be greatly appreciated.

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

Please NOTE: This electronic message, including any attachments, may include 
privileged, confidential and/or inside information owned by Demand Media, Inc. 
Any distribution or use of this communication by anyone other than the intended 
recipient(s) is strictly prohibited and may be unlawful.  If you are not the 
intended recipient, please notify the sender by replying to this message and 
then delete it from your system. Thank you.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to