- Author:
- Date:
- Filesize:
78 KB - Category:
Business / Organize, Database ManagementBusiness / Organize, Database Management - System:
Windows (32bit & 64-bit). - Developer:
NirSoft - Views:
71
ESEDatabaseView is a simple utility that reads and displays the data stored inside Extensible Storage Engine (ESE) database (Also known as ‘Jet Blue’ or .edb file).
It displays a list of all tables available in the opened database file, allows you to choose the desired table to view, and then when you choose a table, it displays all records found in the selected table.
ESEDatabaseView also allows you to easily choose one or more records, and then export them into comma-delimited/tab-delimited/html/xml file, or copy the records to the clipboard (Ctrl+C) and then paste them into Excel or other spreadsheet application.
Example for ESE Databases:
- contacts.edb – Stores contacts information in Microsoft live products.
- WLCalendarStore.edb – Stores calendar information in Microsoft Windows Live Mail.
- Mail.MSMessageStore – Stores messages information in Microsoft Windows Live Mail.
- WebCacheV24.dat and WebCacheV01.dat – Stores cache, history, and cookies information in Internet Explorer 10.
- Mailbox Database.edb and Public Folder Database.edb – Stores mail data in Microsoft Exchange Server.
- Windows.edb – Stores index information (for Windows search) by Windows operating system.
- DataStore.edb – Stores Windows updates information (Located under C:windowsSoftwareDistributionDataStore )
ESEDatabaseView v1.74 Change Log:
- Fixed issue: When copying data to the clipboard or exporting to tab-delimited file, every line contained an empty field in the end of the line.
- Fixed the export to tab-delimited file to work properly when a column value contains CR LF characters