Connect to Business Contact Manager data from Access 2007

Outlook Developer Reference
Connect to Business Contact Manager data from Access 2007

To connect to Business Contact Manager data, do the following:

  1. In Access, create a new database.

  2. Click the External Data tab.

  3. In the Import group, click More, and then click ODBC Database.

  4. Click the Link to the data source by creating a linked table radio button, and then click OK.

  5. In the Select Data Source dialog box, click the New button.

  6. In the Create New Data Source dialog box, scroll down, click SQL Server, and then click Next.

  7. Type a name (ensuring that the file has a .dsn extension) and the path where you want to save this connection.

  8. Click Next, and then click Finish.

  9. If you want to, in the Create a new data source to SQL Server dialog box, type a description of the data source and the name of the SQL server, and then click Next.

    Note

    The name should be the name of the server on which the Business Contact Manager database is located, followed by the instance name. For example, if the computer name is SharedBCMHost, then type SharedBCMHost\MSSMLBIZ. Note that the instance name is predetermined by Business Contact Manager for Outlook and will be the same in most cases.

  10. Depending upon whether you are on a domain or workgroup, select one of the following authentication methods, and then click Next.

    • Windows - Select this method if your computer is a member of a domain.
    • SQL authentication - Select this option if your computer is a member of a workgroup.
  11. Select the Change the default database to check box, click the name of the appropriate Business Contact Manager database, and then click Next.

  12. Click Finish.

  13. Verify your settings, and then click OK.

  14. In the Select Data Source dialog box, select the data source you just created, and then click OK.

  15. In the list of tables, do one of the following:

    • To access Accounts, select the dbo.PublicAccountsView view.
    • To access Business Contacts, select the dbo.PublicContactsView view.

    Click OK.

  16. In the Select Unique Record Identified dialog box, click EntryGUID, and then click OK.

  17. In the left pane, double-click the linked table.

    You can view and update Business Contact Manager for Outlook data.

    We recommend against modifying the entryGUID column (because it is used internally, but you can modify other fields. Your changes will be imported into Business Contact Manager for Outlook the next time it is run (or after a short delay if it is already running).

See Also

Office Developer Center: Outlook 2007