ダウンロードリスト

プロジェクト概要

Jackessは、MS Accessデータベース(現在は、バージョン2000~2007までをサポート)の読み込みと書き込みのための純粋なJavaライブラリです。

システム要件

システム要件が設定されていません
プロジェクトのリリース情報やプロジェクトリソースの情報です。
注: プロジェクトリソースの情報は Freecode.com ページからの引用です。ダウンロードそのものは、OSDNにホスティングされているものではありません。

2011-10-20 22:02
1.2.5

建具ユーティリティが追加されたといくつかの新しい方法に IndexCursor (事前に定義されたインデックスのバックアップ) 関係を使用してテーブルを結合する簡単します。サポートされていないデータ型はバイナリ コンテンツとして処理されます。データベース内のテーブルで、スペースに多くの可視性を与えるにいくつかの機能強化されました。いくつかの他のマイナーなバグの修正など、ストリーム リソースを読み込むときに複数のクラス ・ ローダーしようとして、Access 97 データベースのフィールドの数が多いを読んで、問題を修正含まれています。
タグ: minor feature release
The Joiner utility was added, and some new methods to IndexCursor make it easier to join tables using pre-defined (index backed) relationships. Unsupported data types are now handled as binary content. There were some enhancements to give more visibility into the space utilized by the tables in the database. A few other minor bugfixes are included, such as trying multiple classloaders when loading resources as streams and fixing an issue with reading an Access 97 database with a large number of fields.

2011-05-23 23:20
1.2.4

テーブルの読み込みが高速な起動を行う必要がありますインデックスを使用するようにリファクタリングされました。サポートは、データベースからデータベース、要約、およびユーザー定義のプロパティにアクセスするためのメソッドを含むプロパティの塊を読み込むための追加されました。 Jackcessは完全に新しい"一般"の並べ替え順序などは、Access 2010をサポートしています。また、他のマイナーな修正と機能拡張の様々が行われた。
タグ: minor feature release
Table loading was refactored to use indexes, which should make startup faster. Support was added for reading properties blobs, including methods for accessing database, summary, and user-defined properties from the Database. Jackcess now fully supports Access 2010, including the new "General" sort order. Additionally, a variety of other minor fixes and enhancements were made.

2011-03-09 06:40
1.2.3

このリリースでは、処理するインデックスを持ついくつかの問題が修正されます。これは、新しいテーブルを(通常のインデックスおよび主キーのインデックスは現在サポートされている)を作成するときにインデックスを作成するためのサポートを追加し、jackcessは、同じインデックスデータはバックアップを複数の論理インデックスを処理し、解釈する外部キー制約情報を表示します。また、可変長フィールドにすべての固定長の列の型を記述するためのサポートを追加し、今ではMSISAMファイル(実験的)記述することができます。
タグ: minor feature release
This release fixes some issues with handling indexes. It adds support for creating indexes when creating a new table (normal indexes and primary key indexes are currently supported), and jackcess now handles multiple logical indexes backed by the same index data and interprets foreign key constraint information. Also, it adds support for writing all fixed length column types into variable length fields, and now allows MSISAM files to be written (experimental).

2010-12-01 01:11
1.2.2

このリリースでは、最大の変化は、アクセスファイルの暗号化のいくつかの形式のサポートを追加した。このサポートの初期の実装ではJackcess暗号化と呼ばれる別のプロジェクト内にある。また、データベースのパスワードは、現在読むことができます。引用符文字は、フラットファイルのインポート時に選択することができます。 Jackcessは、現在いくつかの互換性の手順に従って、Androidプラットフォーム上で利用することができる。出力列の形式は、テーブルごとに選択することができます。列のマッチングはカーソルごとにカスタマイズすることができます。最後に、使用マップの不整合の特定の種類のようになりました(金庫がこれを行うにした場合)は無視されます。
タグ: minor feature release
The biggest change in this release was adding support for some forms of access file encryption. The initial implementation of this support is in a separate project called Jackcess Encrypt. Also, database passwords can now be read. The quote character can be chosen on flat file import. Jackcess can now be utilized on the Android platform by following a few compatibility steps. The output column format can be chosen for each table. Column matching can be customized on a per Cursor basis. Lastly, certain types of usage map inconsistencies are now ignored (when safe to do so).

2010-08-03 23:28
1.2.1

サポートは、Access 97(ジェット形式3)データベースの読み取りのために追加されました。 ExportUtilおよび関連するユーティリティは、フラットファイルにテーブルをエクスポートするために追加されました。いくつかのマイナーな修正が含まれていた。テーブル/列名では大文字と小文字を区別せずに修正されて処理されていませんでしたここで一部が配置されます。 Database.escapeIdentifierが公開された。メソッドは、オプション名をエスケープするTableBuilderとColumnBuilderに追加されました。サポートは、charsetとタイムゾーン読み取るときに、データベースを書込み用にオーバーライドするために追加されました。
タグ: Minor feature enhancements
Support was added for reading Access 97 (jet format 3) databases. ExportUtil and associated utilities were added for exporting tables to flat files. Some minor fixes were included. Some places where table/columns names were not being handled case-insensitively were fixed. Database.escapeIdentifier was made public. Methods were added to TableBuilder and ColumnBuilder to optionally escape names. Support was added for overriding the charset and timezone used when reading or writing a database.

プロジェクトリソース