Hi,
All work fine in synchronizing contacts recently created but
I have some contacts (with primary key) already existing in my DB and
unfortunately I have the same contacts (without primary key) in outlook.
When i "load all" it create records in outlook instead of update
When i "store all" it create records in DB instead of update.
is there a way to update those contacts ?
here below my settings for primary / mandatory key :
db field : id_contacts
type : primary
SQL statement : select @@IDENTITY
Identity (auto increment) : yes
thanks in advance