【问题标题】:How to set up ODBC 10.1b for Progress DB如何为 Progress DB 设置 ODBC 10.1b
【发布时间】:2010-10-19 09:20:19
【问题描述】:

我正在尝试为 Progress 10.1b 设置 ODBC 客户端驱动程序。我能够安装所需的客户端软件,但显然还需要运行一个 ODBC.reg 脚本文件才能正确设置注册表,以便我使用 ODBC 驱动程序。

谁能指出我在哪里可以找到这个脚本?或者告诉我必须创建的一组注册表项?

【问题讨论】:

    标签: odbc installation openedge progress-db


    【解决方案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)
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2017-09-16
      • 2016-01-13
      • 1970-01-01
      • 2012-04-30
      • 2019-03-23
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多