http://bugs.winehq.org/show_bug.cgi?id=16551
--- Comment #33 from John john.solomon@indysoft.com 2011-03-07 14:59:22 CST --- (In reply to comment #32)
Just a comment to help running ecabinet under wine. You wrote the manufacturer uses DAO 3.5. I had a program (3D Garten Genie 5) using Dao 3.5, but the program did not come with Dao 3.5. In order to be able to open the mdb-databases, I had to install Dao 3.5. Dao 3.5 was installed with visual c6 development suite but not with the vc6-runtime. I could not find the DAO 3.5 files at microsoft, but here is download that sets up just the required files: http://www.estos.de/download/index.htm Download DAO 3.5 Update: dao35upd.exe
Thank you Ulrich,
Luckely this program gets everything it needs to 'open' the access db's with the jet40 and MDac25 and vcrun2005.
During my research, I came across a Microsoft kb artical #240377 that talks about Jet3.4, DAO, Access ODBC drivers and ADO. It talks about what files you need and which dll's to register. Pretty helpfull.
Although there are other issue to deal with, I can at least install and open the program now. I will give the DAO 3.5 a try to see if it improves the functionality of the software.
Thank you again.