Domanda

Sto cercando di creare un driver client ODBC per il Progresso 10.1b. Sono stato in grado di installare il software client che è necessario, ma c'è a quanto pare anche un file di script ODBC.reg che deve essere eseguito per impostare correttamente il Registro di sistema in modo per me di utilizzare i driver ODBC.

Qualcuno mi può indicare dove avrei trovato questo script? O dimmi la serie di voci di registro che dovrebbe essere fatta?

È stato utile?

Soluzione

Questa non è una parte standard del processo di installazione.

sono questi i passi che hai seguito per ottenere il client installato?

Se, come dici tu, il client è stato installato correttamente è sufficiente per impostare il DSN. Quanto segue dovrebbe funzionare (rubato e leggermente modificato dal Progress Knowledge Center):

Avviare l'Amministrazione origine dati ODBC (che si trova nel Pannello di controllo all'interno della cartella Strumenti di amministrazione)

Esempio:

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

Che porta la schermata di configurazione per un nuovo DSN.

Fill-nelle seguenti informazioni:

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)
Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top