2009-04-14 81 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)