On Mon, Jun 11, 2012 at 04:14:59PM -0500, Brent Shifley scratched on the wall: > I was wondering. If you had a SQLite database on two different iPads, > then had different changes applied to each database, is it possible to > sync the changes to each database?
Sure, why not? Does SQLite have any features or support for assisting the application developer with this task? No. The sync process, including record identification, data movement, and conflict resolution would be completely the application's problem. And, as you might guess, it is a lot more complex than it first sounds. -j -- Jay A. Kreibich < J A Y @ K R E I B I.C H > "Intelligence is like underwear: it is important that you have it, but showing it to the wrong people has the tendency to make them feel uncomfortable." -- Angela Johnson _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users