Using a SQLite database in VCL and FMX apps



Using a SQLite database in VCL and FMX apps

Using a SQLite database in VCL and FMX apps

RAD Studio XE3 now supports using SQLite (version 3.x) databases in your Delphi and C++Builder VCL (Windows) and FireMonkey (Windows and Mac) applications. To connect to a SQLite database, you use the same dbExpress framework components (TSQLConnection and TSQLQuery) that you use for other SQL databases. This short video shows you how to use the SQLite console application to create a database and then use dbExpress components, the LiveBindings Wizard and LiveBinding Designer to create a FireMonkey HD application.

Comments are closed.