http://bugs.winehq.org/show_bug.cgi?id=27106
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |xerox_xerox2000@yahoo.co.uk Ever Confirmed|0 |1
--- Comment #3 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2011-07-17 03:01:54 CDT --- (In reply to comment #2)
Hello,
you need to install MDAC 2.8 for ADO connection and Microsoft Access ODBC Driver (Jet Provider), e.g:
$ bash winetricks -q mdac28 jet40
You need additional step to add the necessary ODBC driver provider registry data (ODBCINST subkey):
$ wine odbcconf /f "c:\windows\system32\jetodbc.rsp"
(otherwise you would get the infamous "[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified")
Regards
Still doesn't run for me after steps above. I get a "Type MisMatch" Native oleaut32 gives a "runtime error 50003"
Confirming