Vibeeshan Mahadeva
Vibeeshan Mahadeva

Reputation: 7238

MySQL with RAD Studio XE2

I am using MYSQL server 5.5.15 with workbench installed

When i use RADPHP xe2 (update 2 ) with mysql(Using Data Explorer) it can connect correctly and i can start working with them easily.

But when using Delphi xe2(update 2 ) following error is shown

Borland.Data.TDBXError: DBX Error: Driver could not be properly initialized. Client library may be missing, not installed properly, of the wrong version, or the driver may be missing from the system path.

when i checked the rad studio bin folder there is no any libmysql.dll (but found in radphp bin folder), so i copied there but still problem

Upvotes: 2

Views: 3168

Answers (1)

Torbins
Torbins

Reputation: 2216

You will need a libmysql.dll from 5.1 server. It can be found here: http://www.mysql.com/downloads/mysql/5.1.html

Upvotes: 4

Related Questions