Copy all DAO core files and required additional data formats DLLs to the Windows system folder, except DAO350.DLL and DAO2535.TLB. Windows 95 system folder is System and Windows NT system folder is System32.
Copy DAO350.DLL and DAO2535.TLB to the common files directory. Common files directory location can be found in registry at HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersion in CommonFilesDir string value. To get full destination path append Microsoft SharedDAO to value of CommonFilesDir. The destination path should be like C:Program FilesCommon FilesMicrosoft SharedDAO.
Register all DLLs, which have DllRegisterServer funtion. DAO350.DLL should be registered at the end. Registration can be done with regsvr32.exe, which is located in WindowsSystem.
For example: C:WindowsSystemregsvr32.exe msjet35.dll
After finishing above procedures you will have correct DAO 3.5 installation.
이무순 께서 말씀하시기를...
> 안녕하세요....
>
> 질문: DB를 연결 할 때 C:WINDOWSMsAppsDAODAO3032.DLL 파일을
> 안녕하세요....
>
> 질문: DB를 연결 할 때 C:WINDOWSMsAppsDAODAO3032.DLL 파일을
> 찾을 수 없다는 오류 메세지가 나타나는데 어떻게 해야 하는지
> 방법 좀 알려 주십시오.
원인은 두가지가 있을수 있습니다. 해결방법은 다음과 같습니다.
먼저 BDEADMIN 이라는 설정프로그램에서 엑세스 드라이버를 변경해 보는것이지요. 지금사용하는 DAO3032.DLL은 오피스95용에 포함되어 있는 엑세스DB에 필요한 화일이고 오피스97용은 DAO350.DLL입니다.
bdeadmin에서 configuration 에 드라이버에서 엑세스관련부분의 DLL32를 변경하여 보십시오. IDDA3532.dll로 바꿔서 해보시고 만약 또다른 오류가 나온다면 엑세스 관련 프로그램이 잘못설치되어서 입니다.