http://bugs.winehq.org/show_bug.cgi?id=27106
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net
--- Comment #2 from Anastasius Focht focht@gmx.net 2011-05-08 14:42:57 CDT --- 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