http://bugs.winehq.org/show_bug.cgi?id=32865
Bug #: 32865 Summary: MS Access/text/csv/excel ODBC driver error Product: Wine Version: 1.5.22 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: odbc AssignedTo: wine-bugs@winehq.org ReportedBy: sathishkumarnadu@gmail.com Classification: Unclassified
When trying to import files(excel/access/csv/txt) using ODBC I get two errors - "Specified driver could not be loaded due system error 126". when trying to import files with .xlsx and .accdb - [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified. After following all the steps specified here: http://wiki.winehq.org/NativeOdbc, I still get the same errors. Please find the screenshots attached of the error messages.
As a work around I copied the following from a Windows XP machine to the wine system32 folder. odbccp32.dll, odbc32.dll, odbcint.dll, odbcad32.exe ,odbccr32.dll, odbccu32.dll, odbccp32.cpl In winecfg under "libraries" tab and added the following dll files to be used as native. odbccp32.dll, odbc32.dll, odbcint.dll
Exported Registry HKLM\Software\ODBC from Windows XP machine and imported in Wine registry.
After this I was able to import .xls,.csv,.txt files but again still unable to import .xlsx/.accdb files. Have attached the error messages I get:
I have asked in your forums: http://forum.winehq.org/viewtopic.php?f=2&t=17755 and was told by the moderator to file a bug report.