I have installed MySQL on a client machine, created and populated the databases – MySQL is up and running. I then copied dbxmys.dll
and libmysql.dll
from my machine to the Windows/system32 folder of the client and copied the compiled project EXE file. On executing the project I get the error
"Exception TDBXError in module xxx.exe at yyy. Unable to load dbxmys.dll (errorCode126). It may be missing from the system path."
I have also tried to copy dbxmys.dll
and libmysql.dll
to the same folder as the executable but that did not work either.