3 messages in com.googlegroups.google-gearsRe: How to use WorkPool to sync
FromSent OnAttachments
ling...@gmail.com19 Feb 2008 01:26 
Ben Lisbakken19 Feb 2008 18:24 
ling...@gmail.com27 Feb 2008 17:35 
Subject:Re: How to use WorkPool to sync
From:Ben Lisbakken (lisb@google.com)
Date:02/19/2008 06:24:45 PM
List:com.googlegroups.google-gears

Linguanfeng --

Check out this post, it might help: http://groups.google.com/group/google-gears/browse_thread/thread/4dad3ae07a443cb/882937cf6373777f?lnk=gst&q=sync#882937cf6373777f

Don't forget to make your sync reliable by only marking a local db row as being sync'd once the sync operation for it has succeeded.

-Ben

On Feb 19, 1:26 am, "ling@gmail.com" <ling@gmail.com> wrote:

Mybe, First select the data from the local database, use workpool to insert the data to db of remote server. And select the new data from remote server to refresh the client side. Is it?