Hi, I must use one windows application on linux, that app must connect to MSSQL 2005 DB and in this moment I trying to do it with freetds + unixodbc + wine but always I have same error when I click connect in this app and that is "required provider is not installed" and this is result of WINEDEBUG=+odbc32 wine app.exe: err:winediag:X11DRV_WineGL_InitOpenglInfo The Mesa OpenGL driver is using software rendering, most likely your OpenGL drivers haven't been installed correctly (using GL renderer "Software Rasterizer", version "2.1 Mesa 7.11"). fixme:win:DisableProcessWindowsGhosting : stub err:ole:CoGetClassObject class {85ecafcc-bdd9-4b03-97a8-fa65cbe3859b} not registered err:ole:CoGetClassObject no class object {85ecafcc-bdd9-4b03-97a8-fa65cbe3859b} could be created for context 0x1 err:ole:CoGetClassObject class {0c7ff16c-38e3-11d0-97ab-00c04fc2ad98} not registered err:ole:CoGetClassObject no class object {0c7ff16c-38e3-11d0-97ab-00c04fc2ad98} could be created for context 0x1 err:ole:CoGetClassObject class {85ecafcc-bdd9-4b03-97a8-fa65cbe3859b} not registered err:ole:CoGetClassObject no class object {85ecafcc-bdd9-4b03-97a8-fa65cbe3859b} could be created for context 0x1 err:ole:CoGetClassObject class {0c7ff16c-38e3-11d0-97ab-00c04fc2ad98} not registered err:ole:CoGetClassObject no class object {0c7ff16c-38e3-11d0-97ab-00c04fc2ad98} could be created for context 0x1 err:ole:CoGetClassObject class {85ecafcc-bdd9-4b03-97a8-fa65cbe3859b} not registered err:ole:CoGetClassObject no class object {85ecafcc-bdd9-4b03-97a8-fa65cbe3859b} could be created for context 0x1 err:ole:CoGetClassObject class {0c7ff16c-38e3-11d0-97ab-00c04fc2ad98} not registered err:ole:CoGetClassObject no class object {0c7ff16c-38e3-11d0-97ab-00c04fc2ad98} could be created for context 0x1 fixme:msxml:domdoc_createNode nodes with namespaces currently not supported. fixme:msxml:domelem_setAttributeNode (0x5fa3a18)->(0x5fa3dac 0x6fde588): semi-stub fixme:msxml:domdoc_createNode nodes with namespaces currently not supported. fixme:msxml:domelem_setAttributeNode (0x5fa3a18)->(0x5fa3dec 0x6fde588): semi-stub fixme:msxml:domdoc_createNode nodes with namespaces currently not supported. fixme:msxml:domelem_setAttributeNode (0x5fa3a18)->(0x5fa3e8c 0x6fde588): semi-stub fixme:msxml:domdoc_createNode nodes with namespaces currently not supported. fixme:msxml:domelem_setAttributeNode (0x5fa3ce0)->(0x5fa3fbc 0x6fde560): semi-stub fixme:wininet:InternetAttemptConnect Stub fixme:wininet:CommitUrlCacheEntryInternal entry already in cache - don't know what to do! fixme:msxml:domdoc_createNode nodes with namespaces currently not supported. fixme:msxml:domelem_setAttributeNode (0x5fafcb8)->(0x5fafeac 0x6fde57c): semi-stub fixme:ntdll:NtLockFile I/O completion on lock not implemented yet Look like this app looking for native odbc but when I install mdac28 and set all libraries to builtin than in app I have some "ole db error occured" error...but this app can`t see unixodbc!!! Also after few days trying to use native (mdac28) odbc I must stop to test it because always I have some SSL error when I want to connect to MSSQL DB and I know that ssl forcing is disabled but wine forcing ssl and than I must install secur32 and than again I have ssl error... I hope that somebody can help me because I working on this few days and I need this app to work on linux... Thanks.