MyDAC Embedded Component on iOS

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
nannoc
Posts: 10
Joined: Thu 10 Aug 2017 20:19

MyDAC Embedded Component on iOS

Post by nannoc » Tue 22 Aug 2017 11:38

Can MyDAC embedded component be used on iOS?

If so, what setup (files, database, etc) is necessary on the deployment page of my project using RAD Studio 10.2 to deploy all necessary files to my iOS device?

I am writing a Multi-Device App. My app works fine on Win32, but when I deploy on iOS, I get the following error on the device: "MySQL client library couldn't be loaded.Please place libmysqld.dylib file to system folder or to the folder with executable unit of main program. dlopen(libmysqld.dylib, 1): image not found"
Where do I find "libmysqld.dylib"?

I would like to use MySQL embedded on my device instead of SQLite.

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: MyDAC Embedded Component on iOS

Post by ViktorV » Tue 22 Aug 2017 12:49

MyDAC works with MySQL Embedded using a client library, therefore to work with MySQL Embedded server, you should supply the client library that corresponds to the application platform (for iOS it should be called libmysqld.dylib). Please contact MySQL server developers concerning obtaining a library for access to MySQL Embedded server on iOS.

Post Reply