Hi
Hi,
I would like to ask if FireDac supports only 32 bit version of MYSQL database since I could not connect properly through Firedac when I downloaded the 64-bit version
Thank you
I would like to ask if FireDac supports only 32 bit version of MYSQL database since I could not connect properly through Firedac when I downloaded the 64-bit version
Thank you
You should be able to mix all four possible combinations of 32/64 bits clients and servers, as long as you make sure that your client library matches your application of course.
ReplyDeleteDelphi IDE is always 32bits BTW
ReplyDeleteHave you checked that the Windows 32-bit virtualization of directories isn't playing tricks on you with regards to configuration files, etc? It may be that the 64-bit and 32-bit sees different settings?
ReplyDeleteOne good reason to use direct connection like implemented in UniDAC.
ReplyDeleteNo need for client library.
I download 64bit libraries of MySQL but I still cannot connect to it using FireDac and RAD Studio XE 10.2. I need to use 32 bit libraries and still I can connect to MySQL only at runtime and not from the IDE . I found some information at this link stackoverflow.com - Delphi XE5 FireDAC Error: Cannot load vendor library [libmysql.dll or libmysqld.dll] and I will try it out. Thank you all for your help
ReplyDelete