vote up 0 vote down star

Hello Folks,

Which additional files are needed to deploy a delphi dbexpress based application to get access to mysql databases.

I can't find any information about it.

Thanks in advance.

flag

2 Answers

vote up 2 vote down check

You need deploy these files

  • libmysql.dll (mysql client library)
  • midas.dll (if you use midas)
  • dbxmys.dll or dbexpmysql.dll (dbexpress driver,the name changes depending on the version of delphi you use)
  • dbxconnections.ini
  • dbxdrivers.ini

Bye.

link|flag
Thank you very much – Francis Lee Sep 14 at 13:26
vote up 0 vote down

Alternatively, you can download and install the MySQL Installer. You probably will want the ODBC drivers.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.