MySQL community server problems
Apps I have distributed don’t work under Windows10. They hang just stating there is a problem.
What I dit to find out what the cause: I builded an OSX version > No problem. Than I made an new Winows (32bit) App from scratch and added functionality, tested the version and added a new one.
It appears the following code is the cause:
Dim DB As New MySQLCommunityServer
If DB.Connect then
MsgBox “Connected”
Else
DB = New MySQLCommunityServer
Yep … An seconde App.public in fact. And the old underlying code was tolerant to this messy work by me. The new Win10 stuff is not!
But as usual with systematic deducting the way out is clear and obvious …