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.
Program cannot access MDB file
Re: Program cannot access MDB file
Probably. Try: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?
Code: Select all
winetricks jet40
winetricks mdac25
Program cannot access MDB file
robbie d wrote on April 30th:
James McKenzie
You might want to try jet40 and mdac28 with winetricks.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?
James McKenzie