Progress 10.1b 用の ODBC クライアント ドライバーをセットアップしようとしています。必要なクライアント ソフトウェアをインストールできましたが、ODBC ドライバーを使用するためにレジストリを正しくセットアップするために実行する必要がある ODBC.reg スクリプト ファイルもあるようです。
このスクリプトが見つかる場所を誰か教えてもらえますか? または、作成する必要があるレジストリ エントリのセットを教えてください。
Progress 10.1b 用の ODBC クライアント ドライバーをセットアップしようとしています。必要なクライアント ソフトウェアをインストールできましたが、ODBC ドライバーを使用するためにレジストリを正しくセットアップするために実行する必要がある ODBC.reg スクリプト ファイルもあるようです。
このスクリプトが見つかる場所を誰か教えてもらえますか? または、作成する必要があるレジストリ エントリのセットを教えてください。
これは、インストール プロセスの標準的な部分ではありません。
これらは、クライアントをインストールするために実行した手順ですか?
あなたが言うように、クライアントが適切にインストールされている場合は、DSN をセットアップするだけです。以下は機能するはずです (Progress Knowledge Center から盗み、軽く編集したものです)。
ODBC データ ソース アドミニストレータを起動します (コントロール パネルの [管理ツール] フォルダにあります)。
例:
1. Select the System DSN tab
2. Select the Add button to the right
3. Select the MERANT 32-BIT Progress SQL-92 driver for your version of Progress.
4. Select Finish
これにより、新しい DSN の構成画面が表示されます。
次の情報を入力します。
1. Data Source Name..... (whatever you choose)
2. Description.......(optional and whatever you think is appropriate)
3. Host Name......(the server where the database is located)
4. Port Number.... (the port your database broker was started with...if multiple
brokers..the SQL broker port)
5. Database Name....(database name you wish to connect to)
6. User ID...(the user you logged in with or if security is turned on..a user
that can connect to the database)
7. Leave all other tab settings at the defaults for the initial configuration.
8. Select the Apply button.
9. Select the Test Connect button.
10. Screen requesting a password pops up. (enter one only if the database
normally requires a user name and password from the 4GL side to enter the database)