M
miner2049er
I export my Outlook 2003 contacts as a CSV file, which I then import
into my website MYSQL database using a PHP script.
In my Outlook 2003, contacts will be added, changed and deleted and I
want somehow a unique identifier to stay with a contact, that travels
with it during the export-import process.
I originally thought of using the "creation time" field of a contact as
the unique ID, but this only seems to have a resolution of one minute,
so it's possible I could create multiple contacts with this field being
the same.
Any advice on what I can use?
Thanks in advance for any replies,
Miner2049er.
into my website MYSQL database using a PHP script.
In my Outlook 2003, contacts will be added, changed and deleted and I
want somehow a unique identifier to stay with a contact, that travels
with it during the export-import process.
I originally thought of using the "creation time" field of a contact as
the unique ID, but this only seems to have a resolution of one minute,
so it's possible I could create multiple contacts with this field being
the same.
Any advice on what I can use?
Thanks in advance for any replies,
Miner2049er.