C++DelphiRAD StudioTech Partner

Explore User-Friendly uniGUI Web Framework With Ultra-Modern Components For Delphi/C++Builder

Looking for a Web framework for your Delphi/C++ Builder Applications? How about having a framework which supports both server side and client side with minimal effort to build beautiful web applications ? UniGUI is a Full Stack focused Web Framework which give web development experience to a new dimension for Delphi/C++ builder users. Features : It allows developers to focus on Application…
Read more
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…
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
DatabaseInterBase

Learn How to Utilize User Defined Functions In InterBase Efficiently

UDF is a User Defined Functions in InterBase. They are similar to stored procedures. The difference is that instead of writing stuff in SQL and execute it in the database, we are loading functionality from DLLs. In this CodeRage session, you will learn how to create User Defined Functions in InterBase. Why you should use UDFs? Can perform functions that are not normally…
Read more
C++DatabaseDelphiInterBaseRAD Studio

Learn How Easy It Is To Connect To Microsoft SQL Server Using FireDAC In RAD Studio

Connecting to Multiple Enterprise Databases is no more a time consuming task in making connections and login to databases. 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…
Read more