Page 1 of 1

Installation at Client Computer

Posted: Fri 23 Mar 2012 09:54
by wilschu
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

Posted: Fri 23 Mar 2012 11:43
by AndreyZ
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).

Posted: Fri 23 Mar 2012 14:14
by wilschu
I'm using 32 bit, what means the error code 193?

Posted: Fri 23 Mar 2012 15:47
by AndreyZ
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 .

Posted: Fri 23 Mar 2012 16:39
by wilschu
Thank you very very much

this was the solution

Posted: Fri 23 Mar 2012 16:54
by AndreyZ
It is good to see that this problem was solved. If any other questions come up, please contact us.