I think that's correct, and as I said it works well Ol -> DB.
But not the opposite way.
Last_Modified DB Field: 24.04.2009 14:13:31
OL LastModificationTime: Fr 24.04.2009 13:54
Action: Load All
Result: OL time = DB time Ignoring Item
I have compare LMT tolerance set to 0
the Last_modified is updated in a trigger with SYSDATE
DB detection is not enabled (yet).
************************************************************
# GeniusConnect settings file
# Comments are allowed on a single line only!
[Fields]
# Format: outlookfield=column,conversion
Body=T792_BODY,
Business Phone 2=BUSINESS_PHONE2,
Business Address City=BUSINESS_ADDRESS_CITY,
Business Address Country=BUSINESS_ADDRESS_COUNTRY,
Business Address Postalcode=BUSINESS_ADDRESS_PLZ,
Business Address Street=BUSINESS_ADDRESS_STREET,
Business Fax=BUSINESS_FAX,
Business Phone=BUSINESS_PHONE1,
Company (Name)=COMPANY_NAME,
Email=EMAIL,
Email 2=EMAIL2,
First Name=FIRST_NAME,
Home Fax=FAX_2,
Home Phone=HOME_PHONE,
Job Title=JOB_TITLE,
Last Name=LAST_NAME,
Mobile Phone=MOBILE_PHONE,
Title=TITLE,
User field 1=GROUP_1,
User field 2=OUTLOOK_FLAG,
LastModificationTime=LAST_MODIFIED,
[PrimaryKeys]
# Format: column=newstatement
ID=select S1.nextval from dual
[MandatoryKeys]
# Format: column=newstatement
[WhereFilter]
# Format: WHERE=statement
WHERE=
[OptionsWhereFilter]
# Format: WHEREOPTIONS=X,X 0 or 1 IgnoreForUpdate,IgnoreForDelete
WHEREOPTIONS=0,0
[FolderOptions]
# Format: OPTIONS=X,X,X. 0 or 1 values slash for advanced options in format:NOPRIVATE,NOOUTLOOKUPDATE,NODBUPDATE,,,DELOUTLOOK_ITEM,DELDB_RECORD,BLOCKDELETECONFIRM,DBTIMEOUT,BLOCKDB_DELETECONFIRM\USE_LASTMODIFICATION_TIME,CONFLICT_RESOLUTION
OPTIONS=0,0,0,,,1,0,0,30,0,0,0,0,0,0,1\1,3,1
# Format: InsertSQLCmd=statement,UpdateSQLCmd=statement,DeleteSQLCmd=statement
[InsertSQLCmd]
InsertSQLCmd=
[UpdateSQLCmd]
UpdateSQLCmd=UPDATE CONTACTS
SET CONTACTS.BUSINESS_PHONE1 = '@BUSINESS_PHONE1',
CONTACTS.BUSINESS_PHONE2 = '@BUSINESS_PHONE2',
CONTACTS.MOBILE_PHONE = '@MOBILE_PHONE',
CONTACTS.HOME_PHONE = '@HOME_PHONE',
CONTACTS.BUSINESS_FAX = '@BUSINESS_FAX',
CONTACTS.FAX_2 = '@FAX_2',
CONTACTS.OUTLOOK_FLAG = 1
WHERE CONTACTS.ID = '@ID';
[DeleteSQLCmd]
DeleteSQLCmd=
# Format: DB Detection params
[DBDetectEnable]
DBDetectEnable=0
[DBDetectExecSeconds]
DBDetectExecSeconds=30
[DBDetectSQL]
DBDetectSQL=select id as TranNr,
'u' as ChangeType, id
from contacts
where last_modified > (SYSDATE-1);
[DBDetectUpdateSQL]
DBDetectUpdateSQL=
# Format: Primary Key storage
[PrimKeyStoreType]
PrimKeyStoreType=0
[PrimKeyDirectory]
PrimKeyDirectory=
# Format: Disable Toolbar buttons
[DisableToolbarButtons]
DisableToolbarButtons=0,0,0,0