TheBatchsample shows you how to useArray DMLto execute multiple SQL INSERT commands in a single step to optimize database population performance. In this demo the “batch” and “Array DML” terms are interchangeable.
Location
You can find theBatchsample project at:
Start | Programs | Embarcadero RAD Studio Sydney | Samplesand…
Quickly Learn About The Ultimate Open Tools APIs For Decorating Your Delphi/C++ Builder IDE
October 22, 2020
Though RAD Studio IDE supports a lot of features to boost productivity sometimes as a Delphi/C++ Builder Developer and as an end-user we may think to modify/extend the IDE capabilities for our own custom needs. Don’t know where to start with? Don’t worry!
Learn How to Utilize User Defined Functions In InterBase Efficiently
October 22, 2020
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…
Windows System Monitor Log Visualization Tool Built In Delphi
October 21, 2020
Developer Nader Shallabi has a project over on GitHub called Sysmon Tools. Sysmon Tools consists of Sysmon View, Sysmon Shell, and Sysmon Box. Sysmon View is an off-line Sysmon log visualization tool. According to Microsoft Sysmon or System Monitor is a “Windows system service and device driver that, once installed on a system, remains resident across system reboots to monitor and log system…
Learn Delphi Linux Server Deployment In 3 Minutes With This Tutorial
October 21, 2020
Delphi Linux Server Support was introduced in RAD Studio 10.2, and much has happened since then. Delphi Linux server supports RTL features such as Linux file system access, threading, Parallel Programming Library support, memory management, and HTTP and REST library support…
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…
Build High Performance REST Services With This Server-Client EMS FireDAC Demo In Delphi
October 21, 2020
This sample demonstrates how to use an EMS package to extend the EMS Server to connect to an SQLite database using FireDAC components.
he sample accesses an SQLite database. The connection parameters are defined in the TFDConnection component. If you experience problems with the connection verify these parameters.
It requires InterBase to be installed on the machine or to connect to a remote…
Learn How To Take Your Cross-Platform Development To The Next Level With Delphi FireUI
October 21, 2020
With the all-new FireUI Multi-Device Designer, design user interfaces across multiple devices using a master form to share all user interface code, then optimize derived views for each target platform and device. The existing native Desktop styles have been extended to cover…
Adversary Emulation Planning Tool Built In Delphi
October 20, 2020
Developer Nader Shallabi has an adversary emulation planning tool called ATT&CK™ View which is built in Delphi. It is a utility for use with MITRE™ ATT&CK™. MITRE™ ATT&CK™ is a “globally-accessible knowledge base of adversary tactics and…
In this CodeRage session, we’ll create a simple real-time multi-platform chat application in RAD Studio using the Devart SecureBridge component called TScHubConnection, which implements the functionality of a SignalR client.
What can you do with SignalR?
While chat is often used as an example, you can do a whole lot more. Any time a user refreshes a web page to see new data, or…