From: Luigia F. <lui...@fu...> - 2008-04-22 07:09:47
|
Hi, to detect the modified calendars are used the values in the columns last_update and status in fnbl_pim_calendar. The last_update field is updated with the modification time (that is not the sync time) and the status is updated according to the modification type (N means new item, U item updated and D item deleted). You could try to use the webdemo client (http://<your-server>:<your-port>/webdemo) to see what happens in the database. bye Luigia Evan Ruff wrote: > > Hey guys, > > > > I'm having some trouble being able to manually add an entry to the DB > and get the record to sync down into the various devices. I flipped on > the MySQL general logging for a bit, added a appointment using the web > demo, then synced. After looking at the logs, I realize that I'm > missing some sort of fundamental understanding of how the last_update > entry works in fnbl_pim_calendar. > > > > Could someone give me a real high level idea of how I go about getting > that value? I think that it's coming from the fnbl_last_sync table, > but I'm not exactly sure. Is this last_update field the issue that's > causing the sync engine to skip my records? > > > > Thanks! > > > > Evan > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Don't miss this year's exciting event. There's still time to save $100. > Use priority code J8TL2D2. > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > ------------------------------------------------------------------------ > > _______________________________________________ > Sync4j-users mailing list > Syn...@li... > https://lists.sourceforge.net/lists/listinfo/sync4j-users > |