質問

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)
ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top