https://bugs.winehq.org/show_bug.cgi?id=44443
Bug ID: 44443 Summary: jet40 crashes with wine-2.6 & wine-3.0 and not before Product: Wine Version: 3.0-rc6 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: msd+bugs.winehq.org@msd.im Distribution: ---
Hello,
I think there is a regression in wine-2.6.0.
The following code is working from wine-1.6 to wine-2.5 and _NOT_ working with wine-2.6 and later.
``` Dim DBADO As ADODB.Connection MsgBox "Create new ADODB Object..." Set DBADO = New ADODB.Connection MsgBox "ADODB Object created ! Opening Jet DB" DBADO.Open "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=" & App.Path & "\test.mdb" ' <<<<< Error 429 MsgBox "Connexion open. Status :" & DBADO.State ```
1. Do you know what happens ? 2. What can I do to help you ?
Regards,
Guillaume
Installed packages inside the wine directory : vb6run mdac28 jet40