Installation at Client Computer

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for MySQL in Delphi and C++Builder
Post Reply
wilschu
Posts: 3
Joined: Thu 22 Mar 2012 16:32

Installation at Client Computer

Post by wilschu » Fri 23 Mar 2012 09:54

Hello
I know this Topic ist not a new one, but the provided solutions didn't work.

I put my application to a PC (Win7). This application is using mySQL with the driver for direct access. So I put the file dbexpmda40.dll to the folder C:\Windows\System32.

When I try to connect to the database it appears a error message: Unable to load dbexpmda40.dll (ErrorCode 193). It may be missing from the system path.

what can be wrong else?


Thank you

AndreyZ

Post by AndreyZ » Fri 23 Mar 2012 11:43

Hello,

If you are using Windows 7 64-bit, you should place the dbexpmda40.dll library to the C:\Windows\SysWOW64 directory (it is a directory for 32-bit libraries).

wilschu
Posts: 3
Joined: Thu 22 Mar 2012 16:32

Post by wilschu » Fri 23 Mar 2012 14:14

I'm using 32 bit, what means the error code 193?

AndreyZ

Post by AndreyZ » Fri 23 Mar 2012 15:47

This error means that you are trying to work with the 64-bit dbexpmda40.dll library. To solve the problem, you should copy the %dbExpress_driver_for_MySQL_Install_Dir%\Bin\Win32\dbexpmda40.dll library to C:\Windows\System32 .

wilschu
Posts: 3
Joined: Thu 22 Mar 2012 16:32

Post by wilschu » Fri 23 Mar 2012 16:39

Thank you very very much

this was the solution

AndreyZ

Post by AndreyZ » Fri 23 Mar 2012 16:54

It is good to see that this problem was solved. If any other questions come up, please contact us.

Post Reply