|
Installation |
Top Previous Next |
|
あなたの開発環境にDirect Oracle Accessコンポーネントをインストールするために、setup.exeを実行してください。 これはdesign time package, units and on-line help fileもインストールします。 あたなの使う開発言語によって、追加ステップが必要となることがあります: DelphiにToraclewwDataSetコンポーネントをインストール もしWoll2Woll's InfoPower 3.01以降を使っている場合、ToraclwwDataSetコンポーネントをインストールして、InfoPower controlがDirect Oracle Accessを使えるようにします。 From the Delphi Component menu select Install component. ユニットのファイル名からDelphiのlib directory内のOraclewwData.pasファイルを見ることが出来ます。同じディレクトリにあるDirect Oracle Access package (doa.dpk)にこのコンポーネントをインストールする必要があります。 ToracleProviderコンポーネントfor Delphi 4以降のインストール Delphi 4以降のClient/ServerかEnterprise editionを使っているなら、もしDirect Oracle Accessで複数段アプリケーションを作成したい場合はTOracleProvider コンポーネントもインストールしましよう。 From the Delphi Component menu select Install component. Unit file nameから、Delphiの lib directory内にOracleProviderReg.pas fileがあるでしょう。同じディレクトリ内にあるDirect Oracle Access package (doa.dpk)にこのコンポーネントをインストールする必要があります。 Delphi 5以降では、ToracleProvider下位互換しかサポートしていません。 新しいプロジェクトに関しては、代わりに標準TdataSetProviderコンポーネントを使うべきです。複数段アプリケーションをDelphi 5以降にアップグレードしたあと、ToracleProviderコンポーネントをTDataSetProvider コンポーネントに置き換えることを考えてください。 ToraclewwDataSetコンポーネントをC++Builderにインストールする もしWoll2WollのInfoPower 3.01以降を使っているなら、InfoPower controlがDirect Oracle Accessを使えるようにTOraclwwDataSetコンポーネントをインストールしましょう。 From the C++Builder Component menu select Install component. Unit file nameから、C++Builderのlib directoryにOraclewwData.cpp fileが見つけられます。 TOracleProvider componentをC++Builder 4以降にインストール もしC++Builder 4以降のEnterprise editionを使っているなら、 Direct Oracle Accessと共に複数段アプリケーションを作りたいなら、ToracleProviderコンポーネントもインストールしなくてはいけません。 From the C++Builder Component menu select Install component. Unit file nameから、C++Builderのlib directory内にOracleProviderReg.cpp fileを見つけることが出来ます。 でも Demos directory内で、demo projectの入ったサブディレクトリがあります:
|