Page 1 of 1

MyDAC Embedded Component on iOS

Posted: Tue 22 Aug 2017 11:38
by nannoc
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.

Re: MyDAC Embedded Component on iOS

Posted: Tue 22 Aug 2017 12:49
by ViktorV
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.