mysql - Delphi XE6 on Windows 7 64bit, FireDAC cannot find libmysql.dll -
i have little different question delphi xe5 firedac error: cannot load vendor library libmysql.dll or libmysqld.dll
i'm evaluating delphi xe6 on windows 7 64bit, wish use firedac connect mysql database.
i have downloaded libmysql.dll , install file in c:\windows\system32\.
after trying set tfdconnection.active true during designed time, got error dialog displayed below.

so tried use tfdpyhsmysqldriverlink, have set tfdpyhsmysqllink.vendorlib c:\windows\system32\libmysql.dll, , set tfdconnection.drivername point tfdpyhsmysqllink.driverid instead, got error dialog displayed below.

i have tried place libmysql.dll @ c:\windows\system32\bin error dialog still same displayed above.
please guide me fix problem.
with reading comment , comment
there few facts fix problem. - delphi ide 32 bit application need libmysql.dll (32 bit version) instead of 64 bit version. - libmysql.dll version not depending on mysql server used misunderstood - c:\windows\syswow64 equivalent c:\windows\system32 it's place store system dll 32 bit application (like delphi)
so i've placed libmysql.dll (32 bit version) @ c:\windows\syswow64, problem fixed.
Comments
Post a Comment