AccessDatabaseEngine.exe
and AccessDatabaseEngine_X64.exe
. AccessDatabaseEngine_X64
is executed, it installs (among others?) ACEOLEDB.DLL
(in %CommonProgramFiles%\microsoft shared\OFFICEn
) and STSLIST.DLL
(in C:\Program Files\Microsoft Office\Office14
) Extended Properties= | |
Excel 97-2003 Workbook (.xls) | "Excel 8.0" |
Excel 2007-2010 Workbook (.xlsx) | "Excel 12.0 Xml" |
Excel 2007-2010 Macro-enabled workbook (.xlsm) | "Excel 12.0 Macro" |
Excel 2007-2010 Non-XML binary workbook (.xlsb) | "Excel 12.0" |
Bit | |
Byte | |
Short | (Same is Integer) |
Long | |
Currency | |
Single | |
Double | (Same as Float) |
DateTime | |
Text | |
Memo | (Same as LongChar) |
(ODBC data type) Char | same as Text |
Float | Same as Double |
Integer | Same as Short |
LongChar | Same as Memo |
Date date format |
Microsoft.ACE.OLEDB.12.0
. Application.CurrentDb()
establishes a hidden reference to the Microsoft Office Access Connectivity Engine object library in an MS-Access database.