Program cannot access MDB file

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
robbie d
Level 1
Level 1
Posts: 6
Joined: Wed Jul 16, 2008 5:33 am

Program cannot access MDB file

Post by robbie d »

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.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Program cannot access MDB file

Post by vitamin »

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: Select all

winetricks jet40
winetricks mdac25
For more info see: http://wiki.winehq.org/winetricks
James Mckenzie

Program cannot access MDB file

Post by James Mckenzie »

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
robbie d
Level 1
Level 1
Posts: 6
Joined: Wed Jul 16, 2008 5:33 am

Post by robbie d »

Thanks for your help guys, I'll give that a go.
robbie d
Level 1
Level 1
Posts: 6
Joined: Wed Jul 16, 2008 5:33 am

Post by robbie d »

Thank you for your help guys, it works now :)
Locked