Delphi XE + SQLite



Delphi XE + SQLite

Delphi XE + SQLite

This is an example of how you can create a firemonkey application with using SQLite. Note, for using your database on Android you will have to go through a more sophisticated procedure, e.g. setting your deployment options ect. I have’t succeeded running my app with the database on my phone, however, it is OK for Windows.

Please, if you have any issues with sqilte.dll, just download the proper version of it, compatible with your RAD Studio (Delphi XE) from here:

https://www.dll-files.com/sqlite.dll.html

or here:

https://www.dll.ru/files/sqlite-dll.html

or find another website.

However, I think, if you follow along the tutorial, you will avoid having sqlite.dll or any other errors.

Windows platform: Windows 10. You might have these issues on other Windows versions.
Delphi version: XE7

Check this video for creating your SQLite library:

https://www.youtube.com/watch?v=HNAoU3FykpA&t=386s

There is a newer version of SQLite Expert, however.

Thank you for watching!