Hello all, I'm trying to run an airfoil and wing design program called profili. It uses an MDB file, im assuming, to store all the airfoil data. Upon startup I get the error message "impossible to open the database C:\......\profili.mdb. Am I missing a Microsoft plugin/runtime/dll/other? Cheers Rob.
robbie d wrote:> Upon startup I get the error message "impossible to open the database C:\......\profili.mdb. > Am I missing a Microsoft plugin/runtime/dll/other?Probably. Try: Code: winetricks jet40 winetricks mdac25 For more info see: http://wiki.winehq.org/winetricks
robbie d wrote on April 30th:> >Hello all, >I'm trying to run an airfoil and wing design program called profili. >It uses an MDB file, im assuming, to store all the airfoil data. >Upon startup I get the error message "impossible to open the database C:\......\profili.mdb. >Am I missing a Microsoft plugin/runtime/dll/other?You might want to try jet40 and mdac28 with winetricks. James McKenzie
Thanks for your help guys, I'll give that a go.
Thank you for your help guys, it works now :)
James Mckenzie wrote:> > robbie d wrote on April 30th: > > You might want to try jet40 and mdac28 with winetricks. > > James McKenzie > > >It works perfectly ! Thanks a lot. Bye, Thomas. -- View this message in context: http://www.nabble.com/Program-cannot-access-MDB-file-tp23328794p24150958.html Sent from the Wine - Users mailing list archive at Nabble.com.
Hi I followed your advises but noticed the following error while installing jet40 for xubuntu 10.04. Any clue wath this might be? I still have troubles with apps using mdb files. In my case this is T-Flex CAD program. err:ole:TLB_ReadTypeLib Loading of typelib L"C:\\Program files\\Common files\\Microsoft shared\\dao\\dao2535.tlb" failed with error 2 Install of jet40 done Also the mdac25 package failes. Here the following error is given 2010-10-24 21:25:25 (188 KB/s) - `mdac_typ.exe' saved [7945048/7945048] Using native,builtin override for following DLLs: odbc32 odbccp32 oledb32 ./winetricks: 4698: cannot create /home/zainka/.wine/dosdevices/c:/winetrickstmp/override-dll.reg: Permission denied ./winetricks: 4698: cannot create /home/zainka/.wine/dosdevices/c:/winetrickstmp/override-dll.reg: Permission denied ./winetricks: 4698: cannot create /home/zainka/.wine/dosdevices/c:/winetrickstmp/override-dll.reg: Permission denied ./winetricks: 4698: cannot create /home/zainka/.wine/dosdevices/c:/winetrickstmp/override-dll.reg: Permission denied Executing early_wine regedit c:\winetrickstmp\override-dll.reg regedit: File not found "c:\winetrickstmp\override-dll.reg" (2) The permission denied error I do not understand. Sudo will not help since then winetricks complains about beeing wrong user, i.e. root, and not the usere that owns wine. -- View this message in context: http://wine.1045685.n5.nabble.com/Program-cannot-access-MDB-file-tp1700464p3234614.html Sent from the Wine - Users mailing list archive at Nabble.com.