https://bugs.winehq.org/show_bug.cgi?id=29961
--- Comment #10 from Barry Bird birdfamily715@googlemail.com --- I have retested now with Wine 1.8 running on Linux Mint 17. I upgraded to wine-mono4.5.6 and wine-gecko2.40 (using the Mint apt-get).
The query now works and the C# program interoperating with ADO.NET and the Jet database (adonet1.exe) produces the right result of the database query (same as the corresponding C program), but the program fails to exit. It hangs after returning from the close of the connection.
The last two executable statements in the program are: Connect.Close(); Console.WriteLine("Connection closed.");
The connection closed message appears, so close returned but somehow the program exit hangs. The corresponding C program exits normally.
The other C# program (adonet2.exe) which creates a table, inserts, updates and deletes a row also works but hangs on exit in the same way.