Watashi -- The answer is that this is kind of possible. Users can all synchronize their offline databases to your central remote database. However, if a user is offline for 2 days and the application requests a 'count', records could have been changed within those 2 days, making their 'count' incorrect. There is no way to guarantee that all users that are online/offline can have the exact same value for 'count' but they could all conceivably have very similar values (depending on changes to the remote DB). So if exactness is necessary, the answer is no.
-Ben On Wed, Sep 24, 2008 at 9:04 AM, watashi <[EMAIL PROTECTED]> wrote: > > People > > I need to develop a solution, whre a count variable , must be updated > for all users of a company, onlne or offline > > So , I´d need to use the google gears database in a shared mode. Is it > possible ? > > Rgds >
