A Simple FireDAC SQLite Application - Delphi 234

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Very nice. A few things worth noting:

1) SQLite is a local database, so this example works in the Professional and Community editions of Delphi.
2) If you don't specify a database file name, Delphi will create a SQLite database in memory, complete with SQL support.
3) This in-memory database works at design time, just like an on-disk database, which can help with application design.

brucemcgee
Автор

All the videos show how to use an existing DB. but how to create a DB with Delphi on an easy way. and on the fly? Lets say if i want to make a DB with date from Telegamm messenger? may u can make a viedeo for that? Thank you :)

erwinblumenhagen
Автор

the problem of delphi is now far from futrure (such as, mvc - them own not 3rd party, state management, type safe etc...)

mehamada