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

Comments

  1. 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.

    ReplyDelete
  2. Have 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?

    ReplyDelete
  3. One good reason to use direct connection like implemented in UniDAC.
    No need for client library.

    ReplyDelete
  4. 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

Post a Comment