Extensible Storage Engine

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Created page with "{{FormatInfo | formattype=electronic | subcat=Databases | extensions={{ext|edb}}, {{ext|sdb}}, {{ext|stm}} }} '''Extensible Storage Engine''' (ESE, EDB, ESEDB), also known...")
 
m
Line 4: Line 4:
 
| extensions={{ext|edb}}, {{ext|sdb}}, {{ext|stm}}
 
| extensions={{ext|edb}}, {{ext|sdb}}, {{ext|stm}}
 
}}
 
}}
'''[[Extensible Storage Engine]]''' (ESE, EDB, ESEDB), also known as '''JET Blue''' (no connection with the airline) is a database engine from Microsoft used as the back-end database of a number of its products, and eventually a public API was released for it. .edb and .sdb files are used for database storage, and .stm for a streaming file. There are a number of different versions.
+
'''Extensible Storage Engine''' (ESE, EDB, ESEDB), also known as '''JET Blue''' (no connection with the airline) is a database engine from Microsoft used as the back-end database of a number of its products, and eventually a public API was released for it. .edb and .sdb files are used for database storage, and .stm for a streaming file. There are a number of different versions.
  
 
The method of database storage is ISAM (Indexed Sequential Access Method).
 
The method of database storage is ISAM (Indexed Sequential Access Method).

Revision as of 03:44, 22 April 2014

File Format
Name Extensible Storage Engine
Ontology
Extension(s) .edb, .sdb, .stm

Extensible Storage Engine (ESE, EDB, ESEDB), also known as JET Blue (no connection with the airline) is a database engine from Microsoft used as the back-end database of a number of its products, and eventually a public API was released for it. .edb and .sdb files are used for database storage, and .stm for a streaming file. There are a number of different versions.

The method of database storage is ISAM (Indexed Sequential Access Method).

An earlier and slightly different Microsoft database engine is Jet Red, which supports file sharing.

File identification

These signature bytes appear at offset 4: ef cd ab 89

Tools

  • libesedb (tools for accessing ESE databases)

Links and references

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox