문제

Progress 10.1B에 대한 ODBC 클라이언트 드라이버를 설정하려고합니다. 필요한 클라이언트 소프트웨어를 설치할 수 있었지만 ODBC 드라이버를 사용할 수 있도록 레지스트리를 올바르게 설정하려면 ODBC.reg 스크립트 파일도 있습니다.

누구든지 내가이 대본을 찾을 수있는 곳을 가리킬 수 있습니까? 아니면 만들어야 할 레지스트리 항목 세트를 알려주세요.

도움이 되었습니까?

해결책

그것은 설치 프로세스의 표준 부분이 아닙니다.

~이다 이것들 클라이언트를 설치하기 위해 따라온 단계는?

당신이 말했듯이, 클라이언트가 올바르게 설치된 경우 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)
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top