DatabaseRAD Studio

Newcomer's Perspective - FireDAC and SQLite

FireDAC is Embarcadero’s library for universal data access – connection to just about any database protocol you can find. It abstracts the protocol-level details and presents a common interface so developers can build their applications to be database agnostic and flexible in the event of future design changes. My work this week focused on FireDAC and local databases. SQLite is…
Read more
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
CodeDatabaseDelphiRAD Studio

Learn More About The FireDAC Connection Object In This RAD Studio Sample App

This sample uses theConnectionDefNameproperty of theTFDConnectionto specify the name of the connection definition to use. Location You can find theTFDConnection\InfoReportsample project at: Start | Programs | Embarcadero RAD Studio Sydney | Samples and then navigate to:Object Pascal\DataBase\FireDAC\Samples\Comp Layer\TFDConnection\InfoReport.GitHub…
Read more
DatabaseDelphi

Learn How To Modernize Your Database Apps For Windows 10 With FireDAC

The FireDAC is a universal data access library for developing applications for multiple devices, connected to enterprise databases. With its powerful universal architecture, FireDAC enables native high-speed direct access from Delphi and C++Builder to InterBase, SQLite, MySQL, SQL Server, Oracle, PostgreSQL, DB2, SQL Anywhere, Advantage DB, Firebird, Access, Informix, DataSnap, and more, including…
Read more