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

Learn More About The FireDAC Connection Object In This RAD Studio Sample App

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 Studio Sydney | Samples and then navigate to:Object Pascal\DataBase\FireDAC\Samples\Comp Layer\TFDConnection\InfoReport.GitHub…
Read more
DelphiShowcase

Adversary Emulation Planning Tool Built In Delphi

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 techniques based on real-world observations“. ATT&CK™ View helps defenders in designing adversary emulation plans. It…
Read more
C++Code

Quickly Build C++ Builder Application And Connect To Microsoft Excel Using ADO

Connecting and Read/Write to Microsoft Excel becomes a common need among many Applications. How to do with ADO connection in your C++ Builder Application? This Post guide will you to do that and its very simple steps. Assume you need to create a application, Read data from excel and populate into a Grid, and need to write data to the excel. To do this four components required…
Read more
C++DelphiNewsRAD Studio

Embarcadero End-of-Fiscal-Year Flash Sale is Too Good to Pass Up

I am not in the habit of drawing attention to Embarcadero promo offers, but our current offers are too good to pass up. Take advantage of our End-of-Fiscal-Year Sale and get on RAD 12. We’ve had…

IN THE ARTICLES