Dr_Boa
![](http://forum.ru-board.com/board/avatars/p43.gif)
Member | Редактировать | Профиль | Сообщение | Цитировать | Сообщить модератору maxud Приведу то, что попадалось и может пригодиться... KB237994 Цитата: When you use Odbcjt32.dll from ODBC, it loads and uses either Msjet35.dll or Msjet40.dll (Jet 3.5 or Jet 4.0) to manipulate the Access database. Note that if you install MDAC 2.0 and then install MDAC 2.1 or MDAC 2.5 on the same computer, you have two parallel functioning versions of Jet installed on the computer because all of the Jet engine files have unique file names between Jet 3.5 and Jet 4.0. However, since the new Odbcjt32.dll installed by MDAC 2.1 or MDAC 2.5 is wired to use the new version of Jet, the older Jet 3.5 DLLs are no longer used by the Access ODBC driver. | KB240377 Цитата: Msjt4jlt.dll is Jet 3.52, a special version of Jet 3.5 specifically for ADO. It does not support linked files, stored queries, or the Installable ISAM drivers. It does rely on some of the other Jet 3.51 core files, specifically Msjter35.dll and Msjint35.dll, also located in the system directory. ... Core Jet Files 1. In order for Microsoft Jet to operate, you need a minimum of the following files installed on your computer, all in the C:\Windows\System directory (Winnt\System32 for Windows NT or Windows 2000): Msjet35.dll Msjter35.dll Msjint35.dll Vbajet32.dll Expsrv.dll (this was introduced with Vbajet32.dll 6.x versions) ... Jet Installable ISAM Drivers If your application uses Jet 2.x or earlier MDB files, dBase files, Excel spreadsheets, or any of the other installable ISAM file formats, then you need to install one or more of the following files to the Windows\System (Winnt\System32 for Windows NT or Windows 2000) directory: Msrd2x35.dll Jet 2.x IISAM Msexcl35.dll Excel IISAM Msexch35.dll Exchange IISAM Msltus35.dll Lotus 123 IISAM Mspdox35.Dll Paradox IISAM Mstext35.dll Text file IISAM Msxbse35.dll dBase/FoxPro IISAM | KB244040 Цитата: The methods described below allow your ODBC applications that use Jet 3.5 and Jet 4.0 to co-exist and run simultaneously on the same computer. It assumes that Jet 3.5 and Jet 4.0 are both installed on the computer and the default ODBC driver, as shown in ODBC Administrator, is version 4.0. If you need to install Jet 3.5 on the computer, you can install any DAO 3.5 application that uses the appropriate IISAM drivers or you can copy and register the files outlined in the following Knowledge Base article: 240377 How To Insuring Jet 3.5 Is Installed Correctly The following two methods describe how the Jet 3.5 and Jet 4.0 ODBC Drivers to co-exist. The first method works with any 32-bit version of Microsoft Windows, but requires the application to use a DSN to make the connection. The second method works regardless of whether the application uses a DSN or makes a DSN-less connection, but can only be implemented on either Microsoft Windows 98 Second Edition or Microsoft Windows 2000. | и ещё - наверно, стоит указать в описании MDDACU, что не целесообразно его устанавливать при использовании Office97 (см. например KB237575). Хотя, конечно, сейчас это редкий вариант... |