Projects / Jackcess

Jackcess

Jackess is a pure Java library for reading and writing MS Access databases (currently supporting versions 2000-2007).

Tags
Licenses
Operating Systems
Implementation

RSS Recent releases

  •  12 May 2013 01:56

Release Notes: This release fixes a minor problem with encoding memos longer than 1,024 characters.

  •  19 Feb 2013 04:22

Release Notes: This release added optional support for enforcing foreign key constraints/cascading. This feature is disabled by default (for backwards compatibility), but can be controlled globally via a system property and/or on a per-Database basis using the setEnforceForeignKeys() method. MEMO columns now have additional metadata indicating if they are hyperlink fields.

  •  16 Oct 2012 22:31

Release Notes: This minor feature release adds some functionality to facilitate enforcing referential integrity and more convenient Database construction. An alternate FileChannel implementation is now provided that is entirely memory based for utilizing Jackcess in a wider array of scenarios.

  •  11 Jul 2012 23:28

Release Notes: This release primarily fixes a potential corruption problem when writing partial database pages in encoded databases. The jar now includes osgi bundle information and miscellaneous other fixes.

  •  03 Apr 2012 20:51

Release Notes: This is primarily a minor feature release that adds initial support for linked tables. Linked tables will now be loaded by the normal Database.getTable method and can be created using the new Database.createLinkedTable method. Linked table resolution can be customized per Database by supplying a custom LinkResolver. There is other minor refactoring to improve API usability.

Screenshot

Project Spotlight

FFmpegPHP

A pure PHP wrapper for ffmpeg.

Screenshot

Project Spotlight

Yoke

A middleware framework for Vert.x.