Have an amazing solution built in RAD Studio? Let us know. Looking for discounts? Visit our Special Offers page!
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

Optimize Database Population Performance With Array DML In Delphi

This sample demonstrates how to use Array DML in FireDAC and compares its performance for different array sizes. Location You can find theArrayDMLsample project at: Start | Programs | Embarcadero RAD Studio Sydney | Samplesand then navigate to:Object Pascal\Database\FireDAC\Samples\Comp Layer\TFDQuery\ExecSQL\ArrayDMLSubversion Repository:You can find Delphi code…
Read more
CodeDatabaseDelphiRAD Studio

Learn How To Create A Custom List View Adapter With A Python Server In This Sample For Delphi

Location You can find theCustomAdaptersample project at: Start | Programs | Embarcadero RAD Studio Sydney | Samplesand navigate to:Object Pascal\Multi-Device Samples\User Interface\ListView\CustomAdapterSubversion Repository:You can find Delphi code samples inGitHub Repositories. Search by name into the samples repositories according to your RAD Studio…
Read more
C++DelphiRAD StudioWebinar

The Best Of Third-Party Components And Libraries

One of the great strengths of RAD Studio is how little you need to do to create incredible apps which can run on Windows, macOS, iOS, Android, and Linux. The secret sauce to that is the…

IN THE ARTICLES