Pergunta

Eu estou tentando configurar um driver cliente ODBC para o Progresso 10.1b. Eu era capaz de instalar o software cliente que é necessário, mas não há, aparentemente, também um arquivo de script ODBC.reg que precisa ser executado para configurar corretamente o registro para que eu use os drivers ODBC.

Pode alguém me aponte para onde eu iria encontrar este script? Ou me dizer o conjunto de entradas de registro que teria que ser feito?

Foi útil?

Solução

Isso não é uma parte normal do processo de instalação.

É estes os passos que você seguiu para começar o cliente instalado?

Se, como você diz, o cliente foi instalado corretamente, você só precisa configurar o DSN. O seguinte deve trabalhar (roubado e levemente editada a partir do Centro de Progresso do Conhecimento):

Inicie o ODBC Data Source Administrator (encontrado no painel de controle dentro da pasta Ferramentas Administrativas)

Exemplo:

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

Isso traz a tela de configuração para um novo DSN.

Fill-in as seguintes informações:

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 em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top