我正在尝试为Progress 10.1b设置ODBC客户端驱动程序。我能够安装所需的客户端软件,但显然还有一个ODBC.reg脚本文件需要运行才能正确设置注册表,以便我使用ODBC驱动程序。
有人能指出我会找到这个脚本的地方吗?或者告诉我必须进行的一组注册表项?
答案 0 :(得分:1)
这不是安装过程的标准部分。
these是否安装了客户端所遵循的步骤?
正如您所说,如果客户端已正确安装,您只需设置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)