2009-04-14 9 views
1

進捗状況10.1bのODBCクライアントドライバを設定しようとしています。私は必要なクライアントソフトウェアをインストールすることができましたが、明らかにODBCドライバを使用するためにレジストリを正しくセットアップするために実行する必要があるODBC.regスクリプトファイルもあります。進捗DB用にODBC 10.1bをセットアップする方法

誰でもこのスクリプトが見つかる場所を教えていただけますか?または、作成する必要があるレジストリエントリのセットを教えてください。

答えて

1

これは標準的なインストールプロセスではありません。

theseクライアントをインストールするための手順はありますか?

あなたが言うように、クライアントが正しくインストールされていれば、DSNをセットアップするだけです。以下は、(プログレスナレッジセンターから盗まれ、軽く編集済み)動作するはずです:

([管理ツール]フォルダ内のコントロールパネルにあります)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) 
関連する問題