http://bugs.winehq.org/show_bug.cgi?id=30283
Bug #: 30283 Summary: Can not fetch STATIC records from Microsoft ADO data sources Product: Wine Version: 1.4 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: blocker Priority: P2 Component: oleaut32 AssignedTo: wine-bugs@winehq.org ReportedBy: milan.opa@hotmail.com Classification: Unclassified
Trying to run a database application Balans that uses Microsoft ADO for data manipulation (Jet4.0+MDAC8 installed through winetricks). Everything runs smoothly for FORWARDONLY requests.
When trying to fetch a STATIC RECORDSET everything seems fine until first attempt to acrtually read the data from any field in the curent record.
Wine stops with these errors, poping upon every attempt to fetch the data:
fixme:oledb:convert_DataConvert Unimplemented conversion 0011 -> 000c fixme:oledb:convert_DataConvert Unimplemented conversion 0011 -> 000c fixme:oledb:convert_DataConvert Unimplemented conversion 0007 -> 000c fixme:oledb:convert_DataConvert Unimplemented conversion 0007 -> 000c fixme:oledb:convert_DataConvert Unimplemented conversion 0004 -> 000c fixme:oledb:convert_DataConvert Unimplemented conversion 0004 -> 000c fixme:oledb:convert_DataConvert Unimplemented conversion 0007 -> 000c fixme:oledb:convert_DataConvert Unimplemented conversion 0007 -> 000c
I'm using DEFAULT prefix in Windows XP mode. Only NATIVE libraries activated are jscript, odbc32, odbccp32, oledb32 and wininet.
All other settings in this prefix are default. There are no other applications installed.