http://bugs.winehq.org/show_bug.cgi?id=5841
Summary: ADO no worky Product: Wine Version: CVS Platform: Other OS/Version: other Status: NEW Keywords: download, NoAppDBEntry Severity: normal Priority: P2 Component: wine-misc AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
Piero Proietti kindly put together a minimal test for ADO, which I will attach. All it does is try to use ADO to create a trivial XML "database", save it to disk, then remove the one record. Although the program thinks it creates the database ok, the .xml file it creates looks like garbage under Wine, and the app can't append a record to the database.
The app is a console app, and it's quite possible to use +all with it; the resulting log is only 15MB.
To reproduce, you'll need: - the IE 6 registry key (see http://kegel.com/wine/fakeie.sh.txt), - the vb6 runtime - mdac 2.6
The command to reproduce (once the above are installed) is: wine gmdAF.exe