DB2 Everyplace
From Fukudat
DB2 Everyplace is a relational database management software product of IBM for embedded platform.
Its features include:
- Simple: requires only one dynamic link library (DLL)
- Small: the size of DLL is just a few hundred kilo bytes.
- It is easy to have the mobile database synchronized with the database on a server.
You can get a trial version from http://www-06.ibm.com/jp/software/data/db2/everyplace/ .
Contents |
[edit]
How to Use on Windows
Windows CE用のプログラムを Windows 上で開発することを想定して、インストール方法、プログラム開発方法を説明する。
[edit]
How to Install
前提ソフトウェア:
- DB2 Everyplace
- Microsoft Visual Studio 2005
- Microsoft Active Sync
- Microsoft Mobile 5.0 PocketPC SDK
- Microsoft Mobile 5.0 Emulator Images for Pocket PC - JPN
[edit]
DB2 Everyplace
- IBMの製品ページ から,「評価版ダウンロード」 のリンクをたどる.
- DB2 Everyplace の trial 版を選んで,ダウンロードする.
- 種類が Enterprise Edition, Database Edition, Express とある[1]が,以下はDatabase Editionで説明する.
- ダウンロードするにはユーザ登録(IBM ID)が必要(無料)
- 入手した DB2Everyplace82DEWin.zip (約60MB) を適当なディレクトリで展開
- DB2Everyplace82DEWin\DB2Everyplace.exe をダブルクリックして実行.
- 後はインストールウィザードの指示に従う.
[edit]
Microsoft Visual Studio 2005
Windows CE用プログラムの開発には eMbedded Visual Tools(Microsoft にしては珍しい無料の開発ツール)が使用可能で、今でもダウンロードできる。しかし、Visual Studio 2005 のほうが高機能で便利なため、ここでは Visual Studio 2005 を使用する。残念ながら無料ではない。
- 製品のマニュアルに従ってインストールする。
[edit]
Microsoft Active Sync
- Microsoft [2] のこのページ [3] から Microsoft Active Sync 4.x をダウンロード
- 入手した setup.exe をダブルクリックして実行する.
- 後は指示に従う.
[edit]
Microsoft Mobile 5.0 PocketPC SDK
- Microsoft [4] のこのページ [5] から Microsoft Mobile 5.0 PocketPC SDK をダウンロード
- 入手した Windows Mobile 5.0 Pocket PC SDK.msi をダブルクリックしてインストール
- 後は指示に従う.
[edit]
Microsoft Mobile 5.0 Emulator Images for Pocket PC - JPN
- Microsoft [6] のこのページ [7] から Microsoft Mobile 5.0 Emulator Images for Pocket PC - JPN をダウンロード
- 入手した Microsoft Mobile 5.0 Emulator Images for Pocket PC - JPN.msi をダブルクリックしてインストール
- 後は指示に従う.
[edit]
