Connection error Delphi 6 - Mysql 4.1 - libmysql.dll - Windows 8 [closed]

2

Hello. Many should already have similar posts on this doubt, but I've done all the suggested actions, and it does not.

I need to connect Delphi6 to Mysql 4.1 (I can not use other versions) it has to be these due to the server running the system at the moment. Maybe Mysql 4.0, but delphi has to be the 6th.

When I use SQLConnection (I have already tried with third-party components as well) it always gives Unable to load libmysql.dll error

I downloaded some versions of the dll, put it in the Windows \ System32, SysWow64, Delphi BIN folder, the folder where the Delphi project is, set the path of some of these folders as a Delphi 6 environment variable, but nothing works.

I would like to know how to identify if the dll I have and the right one, and where I configure this in Delphi, or Windows, etc.

Thank you

    
asked by anonymous 11.02.2015 / 18:39

0 answers