Dao Version 3.6 Windows 7

Firefox 3.6 Windows 7

Jun 19, 2014 How To Redistribute DAO 3.6. DAO version 3.6 is required for applications using DAO that. DCOM is pre-installed on Windows 98 and Windows. Is Microsoft DAO 3.6 Object library available in Windows XP/Vista/7 default. It appears that some version of Office stopped including this DLL or possibly. Components for accessing MS Access databases using DAO (Data Access Objects) and ACEDAO. Uses DAO 3.6, DAO 3.5 and ACEDAO. No need for BDE (Borland Database. Download dao360.dll Microsoft DAO 3 6 Object Library version 3.60.9765.0 32bit.

Right you installed windows 2008, but this is an MS Access forum. Did you also install Access? Xinput Driver For Microsoft Common Controller 32 Bit. Actually, it much sounds like you NOT really using Access but only the database engine. So this would suggest you use JET or the later edition of that data engine called ACE. Your problem might be related to running x64 bit version of your web site and applications. If this is the case, then you have to use the x64 bit version of ACE or you MUST continue to use the x32 bit version of the web server. Windows Server 2012 Datacenter 64 Bit Iso.

So you have to mention what version of IIS you are running (x32 or x64). If you going to use DAO then you have to use + launch the x32 bit version of IIS for server 2008. The details of this can be found here: And alternative would be to replace your DAO references/connection string to use ACE which does have a x64 bit option - but I think it best you decide if you would rather launch + use the x32 bit version of IIS as compared to making changes in your code to use ACE in place of DAO. Tyler Cherry Bomb there. Note that ACE is compatable with DAO, so only the connection string need be changed - rest of code should work. So in place of CreateObject('DAO.DBEngine.36') you use: CreateObject('DAO.DBEngine.120') You will as noted have to download the ACE engine to do the above, or consider using the 32 bit version of IIS.