2009-04-14 78 views
1

我正在嘗試爲進度10.1b設置ODBC客戶端驅動程序。我能夠安裝所需的客戶端軟件,但顯然還有一個ODBC.reg腳本文件需要運行才能正確設置註冊表以便我使用ODBC驅動程序。如何爲進度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)