Changes in MySQL Connector/ODBC 8.0.36 (2024-01-16, General Availability)
-
ADODB.Recordset.Open() reported a transaction error when a
string type was used with prepared statements. The fix was
changing the SQL_MAX_CONCURRENT_ACTIVITIES value from 1 to 0
(unlimited).
(Bug #36031548)
References: This issue is a regression of: Bug #34916959.