There is an ODBC driver that can be installed with Access, but it's very
limited. It only exposes some 40 odd properties of a contact item and you
can't add to that. Plus I have no idea about that INI file, that's not
normally used and no one would necessarily know how the software translates
that INI into it's accesses to Outlook.
If you look at the database information at
www.outlookcode.com you will see
examples of using the ODBC driver with Outlook but that code is all ADO or
DAO code that just uses the driver, how you would try to integrate with your
existing software is another question.
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm
"Matt Neimeyer" <matt DeleteThis @cybersportsinc.com> wrote in message
news:OQcNxs1WHHA.1636@TK2MSFTNGP02.phx.gbl...
> Hey All,
>
> I know that there are samples that show how to access the Outlook contact
> list via ADO but I have a third party application that allows us to add an
> ODBC datasource as an additional source for contacts and then define an
> INI file that matches the fields. This is a custom built application that
> ties into our CRM backend and the developer doesn't seem to exist anymore
> so we can't find an upgrade. we plan to migrate but nothing soon (thanks
> Mgmt)...
>
> I need to set up the INI like so...
>
> [OutlookODBC_DSNName]
> PrimaryKey=OutlooksPrimaryKey
> ContactFirstName=OutlookContactFirstName
> ContactLastName=OutlookContactLastName
>
> and so on...
>
> Is there anywhere out there an ODBC driver that allows reading and writing
> for the Outlook 2003 Contact List?
>
> Thanks!
>
> Matt