Access

Microsoft Access is a database management system from Microsoft that combines the relational Microsoft Jet Database Engine with a graphical user interface and software-development tools. It is supported by Visual Basic for Applications (VBA) and allows developers to develop application software.

History

Access originated from Project Cirrus of Microsoft during late 1980s. The project aimed to create an application on Windows that can compete with Paradox or dBase. It used some code from both the Omega project and a pre-release version of Visual Basic. In July 1992, betas of Cirrus was released as a product and Access became its official name.

Concurrency Control

Multi-version Concurrency Control (MVCC)

In a multi-user scenario, the application will be split. This means that the tables are in one file called the back end (typically stored on a shared network folder) and the application components (forms, reports, queries, code, macros, linked tables) are in another file called the front end. The linked tables in the front end point to the back end file. Each user of the Access application would then receive his or her own copy of the front end file.

Logging

Not Supported

Stored Procedures

Not Supported

Checkpoints

Non-Blocking

Foreign Keys

Supported

Indexes

B+Tree

Microsoft Access only support B+ tree index natively.

Query Interface

Custom API

Access has a query interface, forms to display and enter data, and reports for printing.

Data Model

Relational

Access tables support a variety of standard field types, indices, and referential integrity including cascading updates and deletes.

Isolation Levels

Read Uncommitted

Access support multiple isolation levels including Read Uncommitted, Read Committed, Repeatable Read, Snapshot Isolation and Serializable.

Compression

Bit Packing / Mostly Encoding

By default, Microsoft Access uses unicode compression when creating the field via the table properties., all data for the text data types (Text, Memo, or Hyperlink field) are stored in the Unicode 2-byte character format.

Storage Architecture

Disk-oriented

Microsoft Access can scaled to enterprise-level solutions by linking to multiple databases on disk or using a back-end database like Microsoft SQL Server.

Access Logo
Website

http://office.microsoft.com/en-us/access

Developer

Microsoft

Country of Origin

US

Start Year

1992

Acquired By

Microsoft

Project Type

Commercial

Written in

C++

Supported languages

Visual Basic

Compatible With

SQL Server

Operating Systems

Windows

Licenses

Proprietary

Wikipedia

https://en.wikipedia.org/wiki/Microsoft_Access