Hi,
The 'Nesting of transaction not supported' error occurs when an attempt is made to start a transaction whilst there is already an active transaction. Choice of database shouldn't make any difference in this case.
One explanation is that the commit of an earlier transaction is failing for some reason in MySQL compared to Access, leaving that transaction active. You should always check the result of commitTransaction - this will answer true or false depending on
whether the transaction succeeded.
Let me know if this information helps. For reference, could you also confirm which version of Dolphin you're using?
Thanks.
John
On Sunday, October 4, 2020 at 9:50:20 PM UTC+1,
[email protected] wrote:
Hi,
using ReStore with MySQL Server I received a Nested Transaction Not Supported error message. MySQL 5.7.31 has InnoDB tables enabled. Under Access, the transaction commits the Customer object to the database. Is there an additional feature that must be
enabled under MySQL? The object is configured as follows:
Customer
:
define: #purchaseHistory as: (OrderedCollection of: Purchase dependent)
Any clues or suggestions are appreciated
--- SoupGate-Win32 v1.05
* Origin: fsxNet Usenet Gateway (21:1/5)