須永実験場

DbEdit 0.9.1
概要

viewing and editing the contents of database tables.

サイト:http://www.geocities.com/uwe_ewald/dbedit.html

インストール

dbedit.ui_0.9.1 を ECLIPSE_HOME/plugins にコピー。

設定

MySQL 使用時。runtime の下に MySQL 用 JDBC ドライバ(mm.mysql-2.0.4-bin.jar)をコピー。plugin.xml の の下のレベルに、


<library name="mm.mysql-2.0.4-bin.jar">
 <export name="*"/>
</library>

を追加。

使用

Perspective の切り替え。メニュー "Window/Open Perspective/DbEdit" を選択。

新しい接続の追加。"Tables" ビューの右上の "open new connection" ボタンをクリックし、各値を入力。

jdbc driver org.gjt.mm.mysql.Driver
select url jdbc:mysql://localhost:3306/SunaBBS
user user
password pass

データベースの内容の確認。各接続の下に、各テーブルの定義(フィールド名、フィールドの型)が表示される。

"Tables" ビューの下のテキストボックスに SQL 文を入力し、"GO" ボタンをクリック。

備考

特になし。


Copyright(C) 2001-2002 須永征宏 < sunagay@os.rim.or.jp >
()