Initialisieren des Microsoft Exchange-Datenquellentreibers
Gilt für: Access 2013, Office 2013
Wenn Sie den Microsoft Exchange-Datenquellentreiber installieren, schreibt das Setupprogramm einen Satz von Standardwerten in die Microsoft Windows-Registrierung in die Unterschlüssel Engines und ISAM-Formate. You should not modify these settings directly; use the setup program for your application to add, remove, or change these settings. The following sections describe initialization and ISAM Format settings for the Microsoft Exchange Data Source driver.
Microsoft Exchange-Datenquelleninitialisierungseinstellungen
The Access Connectivity Engine\Engines\Exchange folder includes initialization settings for the Aceexch.dll driver, used for external access to Microsoft Outlook and Microsoft Exchange folders. The only entry in this folder is the following:
win32=<path>\ACEEXCH.DLL
The Microsoft Access database engine uses this setting to indicate the location of Aceexch.dll. Der vollständige Pfad wird bei der Installation festgelegt. Values are of type REG_SZ.
Die Verwendung des Outlook-ISAM-Formats und des Exchange-Client-ISAM-Formats liefert ähnliche Ergebnisse. Der einzige Unterschied besteht darin, dass die beiden unterschiedlichen Clients für dieselben Spalten unterschiedliche Namen verwenden. Die beiden ISAM-Formate wurden erstellt, damit das Microsoft Access-Datenbankmodul die Spaltennamen in dem vom Benutzer gewünschten Format zurückgeben kann.
ISAM-Formate des Microsoft Outlook-Clients
Der Ordner Access Connectivity Engine\ISAM Formats\Outlook 9.0 enthält die folgenden Einträge.
Name des Eintrags |
Typ |
Wert |
---|---|---|
Motor |
REG_SZ |
Exchange |
ImportFilter |
REG_SZ |
Outlook() |
CanLink |
REG_BINARY |
01 |
OneTablePerFile |
REG_BINARY |
00 |
IsamType |
REG_DWORD |
3 |
IndexDialog |
REG_BINARY |
00 |
CreateDBOnExport |
REG_BINARY |
00 |
SupportsLongNames |
REG_BINARY |
01 |
Hinweis
Wenn Sie Einstellungen in der Windows-Registrierung ändern, müssen Sie das Datenbankmodul beenden und erneut starten, damit die neuen Einstellungen wirksam werden.
ISAM-Formate des Microsoft Exchange-Clients
Der Ordner Access Connectivity Engine\ISAM Formats\Exchange 4.0 enthält die folgenden Einträge.
Name des Eintrags |
Typ |
Wert |
---|---|---|
Motor |
REG_SZ |
Exchange |
ImportFilter |
REG_SZ |
Exchange() |
CanLink |
REG_BINARY |
01 |
OneTablePerFile |
REG_BINARY |
00 |
IsamType |
REG_DWORD |
3 |
IndexDialog |
REG_BINARY |
00 |
CreateDBOnExport |
REG_BINARY |
00 |
SupportsLongNames |
REG_BINARY |
01 |
Hinweis
Wenn Sie Einstellungen in der Windows-Registrierung ändern, müssen Sie das Datenbankmodul beenden und erneut starten, damit die neuen Einstellungen wirksam werden.
Anpassen der Schema.ini datei für Outlook- und Exchange-Daten
The Schema.ini file is used by the Outlook and Exchange ISAM in much the same way that it is used by the Text ISAM. Schema.ini contains the specifics of a data source: how the data is formatted, and the names of columns that should be accessed.
It is not necessary to modify the Schema.ini file before data can be read, imported, or exported for Outlook and Exchange. Many of the settings inside the Schema.ini file for Outlook and Exchange are specific to internal tags that MAPI requires. You should not attempt to modify those tag values.