SQLite on iOS

Forum related to SQLite

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
Alan
Fresh Boarder
Fresh Boarder
Posts: 3
Joined: 15.01.2024, 02:56

SQLite on iOS

Post 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
marsupilami
Platinum Boarder
Platinum Boarder
Posts: 1918
Joined: 17.01.2011, 14:17

Re: SQLite on iOS

Post 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
Alan
Fresh Boarder
Fresh Boarder
Posts: 3
Joined: 15.01.2024, 02:56

Re: SQLite on iOS

Post by Alan »

Hi Jan,

Thanks for your response.

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

Alan
marsupilami
Platinum Boarder
Platinum Boarder
Posts: 1918
Joined: 17.01.2011, 14:17

Re: SQLite on iOS

Post by marsupilami »

Hello Alan - I tried SQLite on Android. It works. Let me know if you have any problems.
Post Reply