C++DelphiRAD Studio

The Fastest And Easiest Way To Build Data-Driven Delphi And C++Builder Apps Using Enterprise Connectors

Enterprise connectors – Make Connecting to any application is easy as connecting to a database. Move, integrate, and analyze data with ease utilizing the FireDAC Enterprise Connectors, powered by CData. These unparalleled components allow you to integrate 180+ Enterprise applications, simplifying connectivity into a standard model using SQL. It allows you to integrate application…
Read more
CodeDelphiRAD Studio

Quick Dive Into Delphi And The BlockChain, Cryptography, BitCoin, and More

Cryptography is the study of secure communications techniques that allow only the sender and intended recipient of a message to view its contents. Public Key Encryption or Asymmetric cryptography is widely used cryptography which use different keys for encryption and decryption. Receiver needs to publish an encryption key, referred to as his public key which used for encrypt a message but…
Read more
CodeDatabaseDelphiRAD Studio

Build High Performance REST Services With This Server-Client EMS FireDAC Demo In Delphi

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…
Read more
CodeDelphi

Ultra-Fast Logic Less Template For Delphi Applications Using Synopse DMustache

Mustache is a Logic-Less Templates by Chris Wanstrath. Mustache can be used for HTML, config files, source code – anything. It is called as “logic-less” because therethere are no if statements, else clauses, or for loops. Instead there are only tags. Some tags are replaced with a value, some nothing, and others a series of values. It works by expanding tags in a template…
Read more