Page 1 of 1

SQLite on iOS

Posted: 15.01.2024, 02:58
by Alan
Hi
I'm new to Zeos.

Can I use this library on iOS?

If yes can someone please point me to instructions.

Thanks

Alan

Re: SQLite on iOS

Posted: 15.01.2024, 09:48
by marsupilami
Hello Alan,

in general it should be possible to use SQLite with Zeos 8 on iOS. The driver compiles just fine. But I don't know of anybody who tested this. Plese checkoud the current version of Zeos 8 from our SVN.

Basically the steps should be:
  • Find an SQLite 3 library for iOS (I couldn't find one on the SQLite home page)
  • Set up the distribution in Delphi
  • Point the TZConnection.LibraryLocation property to the SQLite library
  • Then use it as you normally would on Windows od OS X.
Let me know if there are any errors.

With best regards,

Jan

Re: SQLite on iOS

Posted: 16.01.2024, 04:10
by Alan
Hi Jan,

Thanks for your response.

I'll give it a try on android first and then iOS.

Alan

Re: SQLite on iOS

Posted: 16.01.2024, 10:30
by marsupilami
Hello Alan - I tried SQLite on Android. It works. Let me know if you have any problems.