CodeDatabaseDelphiRAD Studio

Learn About Executing Local SQL Queries Within Your Delphi Apps Using FireDAC

The FireDAC.TFDLocalSQL MegaFMX sample is divided in three tabs where each tab demonstrates single Local SQL usage case. Each tab has dedicated SQLite in-memory connection established using theTFDConnectionwith only single parameterDriverID=SQLite. When noDatabaseparameter value is specified then FireDAC SQLite driver opens an in-memory connection. It will be used…
Read more