Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 949 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 949 Bytes

EseView

EseView is a graphical database browser for Windows, written in C# and using WPF.

EseView is designed to display databases made using the Microsoft Extensible Storage Engine (ESE), also known as JET. (See MSDN for more information about ESE.)

The ESENT Managed Interop library (hosted on CodePlex) is used to access the ESE API from C#.

Implemented Features

  • Basic functionality! :)
  • Data virtualized display, so even opening a massive database is quite snappy.
  • Browsing by indexes
  • Viewing index specifications

Planned Features

  • Viewing column specifications
  • Enabling/Disabling columns

This program is not supported or endorsed by Microsoft Corporation in any way. No warranty, express or implied, exists or arises from you using this program. Use at your own risk.