Kosasih, Handy
2007-07-03T08:06:00Z
Hi,

We are using Genius Connect to integrate Outlook Calendar with an external application, and using the external application to create the record in the database, for Genius Connect to read in.

At the moment, whenever we Load All in Outlook, we end up with another record in the database, as if Genius Connect created a new record (and saved it to the database) rather than synchronise the existing record with Outlook.

We are using the following as a primary key:
Select coalesce(max(gc_id),0) + 1 from Calendar and autoincrement is set to No.

We are using Genius Connect version 4.0.0.1, Outlook version 11.0.0.5608 and connecting to an Oracle XE database.

Thanks,
Handy
Sponsor
GeniusConnect documentation search (User Manual Downloads...)
Administrator
2007-07-03T12:50:00Z
Hello,

When using "Load All" geniusconnect will never save data back to DB except if you are using LastModificationTime compare?
(Assign Table Dialog->Options->Advanced)

Please check the setting.