In this CodeRage session, you can learn how to backup and restore encrypted databases in InterBase.
Overview
Backing up the encrypted databaseRestore encrypted database
How can I backup and restore an encrypted database? Here are the steps that you can follow:
In IBConsole you can right-click on the database, with the context menu, you can open the Backup/Restore section, and…
Learn How To Use FireDAC To Work With A Firebird Database In Delphi
October 29, 2020
TheFirebirdgetting started sample shows how to use FireDAC with Firebird databases. This sample allows the user to do:
Temporaryconnection definitionat run time.Master-details relationship between datasets usingTFDQuery.Transactions handling…
Learn How To Populate A Database With Data Using An XML Document In This FireDAC Sample For Delphi
October 29, 2020
The FireDAC Database Connection creates a table (test_vs) and inserts data from anXML documentusing aFireDACdatabase connection.
Note: The connection to the database does not require authentication.
How to Use the Sample
Navigate to the…
EMS.NotesResource Sample is a server-client EMS demo.
It requires InterBase to be installed on the machine or to connect to a remote server. Make sure that the server is running before you run the sample. InterBase is used to store the information with the server connections. Use theRAD Server Consoleto display the statistics.
The first part consists of creating an EMS Package…
Newcomer's Perspective - FireDAC and SQLite
October 27, 2020
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…
Build High-Speed Direct Access Apps In Delphi And C++Builder To Most Modern Databases Using FireDAC
October 26, 2020
FireDAC is a unique set of Universal Data Access Components for developing multi-device database applications for Delphi and C++Builder. With its powerful common architecture, FireDAC enables native high-speed direct access from Delphi to InterBase, SQLite, MySQL, SQL…
TheMacrossample shows you how to use theMacrosproperty ofTFDQueryin order to parameterize parts of the SQL query. The sample allows you to modify the macro values at run time.
Location
You can find theMacrossample project at:
Start | Programs | Embarcadero RAD Studio Sydney | Samplesand then navigate to:Object…
Optimize Database Population Performance With Array DML In Delphi
October 25, 2020
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…
Learn How To Create A Custom List View Adapter With A Python Server In This Sample For Delphi
October 23, 2020
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…
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…