Pregunta

Estoy intentando configurar un controlador de cliente ODBC para el Progreso 10.1b. Yo era capaz de instalar el software de cliente que se requiere, pero hay al parecer también un archivo de script ODBC.reg que necesita ser ejecutado para configurar correctamente el registro con el fin para mí utilizar los controladores ODBC.

Puede alguien me punto a donde iba a encontrar este script? O dígame el conjunto de entradas del registro que tendría que ser hecha?

¿Fue útil?

Solución

Eso no es una parte estándar del proceso de instalación.

Son estas los pasos que ha seguido para llevarle instalado el cliente?

Si, como usted dice, el cliente se ha instalado correctamente sólo tiene que configurar el DSN. Lo siguiente debe trabajar (robados y ligeramente editado desde el Centro de Progreso Conocimiento):

Poner en marcha el Administrador de orígenes de datos ODBC (que se encuentra en el panel de control dentro de la carpeta Herramientas administrativas)

Ejemplo:

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

Esto nos lleva a la pantalla de configuración de un nuevo DSN.

Rellena los siguientes datos:

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)
Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top