I am running wine 1.1.10 on Ubuntu Intrepid.
I would like to connect a Windows APP (running on my Ubuntu system with wine) to a SQL server running on a Windows 2003 Server on a remote computer.
I have installed mdac_typ.exe (2.

Then I tryied to create a new ODBC driver to access the database, but when the wizard reach the database option windows, this message appears:
“0043:Call ntdll.wcslen(0032b17c L"select db_name() select name from master..sysdatabases where has_dbaccess(name)=1") ret=4e498820
fixme:winsock:WSAIoctl unsupported WS_IOCTL cmd (98000004)”
Also, when I finish configuring the ODBC, I tested the data source already created and I got the same message.
“0016:Call ntdll.wcslen(00329d38 L"select name from master.dbo.syscharsets where id = convert(tinyint, databasepropertyex ( db_name() , 'sqlcharset'))") ret=4e498820”
fixme:winsock:WSAIoctl unsupported WS_IOCTL cmd (98000004)
”
WINEDEBUG is set to +file, +relay, +ntdll.
I have tested the connection with Easysoft ODBC Sql driver, and the connection is OK, but my app cannot run with this driver.
Do you know if I made something wrong? Is wine totally compatible with ODBC Sql Server?
Thanks for your reply!