Files required by the dbexpress application to access mysql databases

What additional files are needed to deploy a delphi dbexpress application to access mysql databases.

I can not find any information about this.

Thanks in advance.

+3
source share
2 answers

You need to deploy these files

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

Bye

+6
source

MySQL. , ODBC.

0

Source: https://habr.com/ru/post/1717641/


All Articles