by lucabaldini » 6 June 2022, 16:57
Ok... I see... I've created a ticket for the other thread...
But here I think that also the ODBC driver needed to be updated... the error shown below is an ODBC error and is generated by the IDE when trying to connect with the database... So... maybe when you've updated MySQL the ODBC connector was not updated... of the outdated one was not removed and the IDE was still using the old one..
Then, in the other thread, a C# problem is shown... and that I can fix it like I did for Postgres... a new C# driver will be distributed with Instant Developer.
In the mean time you can copy the "new" driver (a .DLL file that you normally find the in database's installation directory) in a custom path and add it to your app... That should fix it.