(View this PageEdit this PageUploads to this PageHistory of this PageHomeRecent ChangesSearch the SwikiHelp Guide)
[blog] [ML] [todo] [CVS] [bug] [apache log] [swiki log] [statistics] [map] [man] [info] [アンテナ]

PostgreSQLとJDBCドライバ

PostgreSQLのJDBCドライバは、PostgreSQLのソースに含まれています。
ですので、ソースから構築する必要があります。

具体的には、postgresql-7.1.2/src/interfaces/jdbcにあります。

-----------

JDBCの構築方法

JDKのインストール
Kondara(sizuka)に含まれているものは、jdk-1.2,2なので、JDK-1.3をインス
トールする必要があります。

つづいて、Antをインストールする必要があります。

Postgresのディレクトリで、
  ./configure –with-javaを実行。
  make allを実行
 postgresql-7.1.2/src/interfaces/jdbcでmake install

-----------

作成したJDBCドライバのテスト

関連サイトを参照。

-----------

関連サイト



-----------

Links to this Page