Have an amazing solution built in RAD Studio? Let us know. Looking for discounts? Visit our Special Offers page!
CodeDatabaseDelphi

Embarcadero MVP Cary Jensen Teaches You How To Build Blazingly Fast Database Apps With FireDAC

Watch FireDAC guru Cary Jensen for this information-packed presentation that shows you how to build world-class database applications using FireDAC. If you are a database developer using RAD Studio, this is one presentation that you cannot miss.

Overview

  • Review of the RAD Studio data access and the TDataSet interface
  • Overview of FireDAC and its capabilities
  • FireDAC and configuration
  • FireDAC indexes
  • Basic navigation and editing
  • The SQL preprocessor
  • Array DML
  • Caches updates
  • Local SQL

TDataSet Interface has been around since Delphi was originally shipped and in the first version of Delphi that was supported by the Borland database engine. And in the Borland database engine, you had the concept of a user was TSession component, then you had the concept of a database and that database would point to a specific directory where your files were stored and through that transactions supported. Next, you had the DataSets which refers to Queries, Tables, Views, or Stored Procedure Calls. Finally, each data set which consists of 0 or more rows has individual T field instances that represent the columns. 

Be sure to check out the whole session to learn more about the TDataSet Interface and FireDAC!

Learn more about FireDAC!


Reduce development time and get to market faster with RAD Studio, Delphi, or C++Builder.
Design. Code. Compile. Deploy.
Start Free Trial   Upgrade Today

   Free Delphi Community Edition   Free C++Builder Community Edition

About author

Software Developer | CS(CyberSec) Undergrad at APU Malaysia | Delphi/C++ Builder Enthusiast | Microsoft Learn Student Ambassador | Microsoft Azure Certified

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

IN THE ARTICLES