supratik_sekhar
2009-Nov-04 12:54 UTC
[Wine] Windows API calls to ODBC manager are not functional in Wine
Hi, I have configured Wine in Ubuntu 9.04 to use the built-in odbc32.dll which in turn uses the Linux's unixodbc package. When I am trying to run my windows application which actually uses Windows API to ODBC manager is not working. If I create a system DSN my application is able to list. But I am trying to crate a DSN using the Windows API calls it fails. Since wine is clone to Windows API any application using that API should run also in Wine. Please let me know if wine windows API has any issues with unixODBC. Please advise how should I proceed here. Warm Regards Supratik
vitamin
2009-Nov-04 14:28 UTC
[Wine] Re: Windows API calls to ODBC manager are not functional in Wine
supratik_sekhar wrote:> But I am trying to crate a DSN using the Windows API calls it fails.Which exact functions are you calling? Lots of functionality is not implemented in Wine's odbc32.dll.
goclarkanderson
2009-Nov-05 09:48 UTC
[Wine] Re: Windows API calls to ODBC manager are not functional in Wine
The person above me is right, I think. :-D