CodeDelphiNews

ZXing.Delphi (Zebra Crossing) Demo Updated for RAD Studio 12 (Android and iOS)

ZXing.Delphi (Zebra Crossing) In the same way I did for RAD Studio 11 here, I successfully compiled a small demo app using the ZXing library for Delphi – but now using RAD Studio 12. This demo app was built with the most recent version of ZXing (3.97) and has been tested on Android 13 and iOS 17. This version also brings optimizations for the app appearance and performance – due the…
Read more
News

Celebrate Delphi's 27th by Upgrading Your Skills #Delphi27th

There is a interesting increase in the instructive content available for RAD Studio recently, in particular for Delphi. There are new books being released frequently, whitepapers and videos, as well formal training courses, covering a myriad of topics from beginners to advanced users. To celebrate the Delphi 27th anniversary, I’ve decide to create this blog and list all the content and…
Read more
News

Getting Started With InterBase For .NET - Install, Configure And Secure Your Data in Minutes

Hello developers! This is the second blog post of a series that introduces the InterBase multiplatform database to .NET developers. The first post, Introducing InterBase for .NET – A Super-Secure Embedded Data Warehouse For .NET Users can be found here, and today we are going to discuss the installation and configuration process for the InterBase database engine. What Needs to be Installed? To…
Read more
DatabaseDelphiNews

Connecting Databases with FireDAC through SSH

A customer recently inquired whether FireDAC could be used to connect to a database via an SSH tunnel. Of course, the short answer is yes. But first, let’s define an SSH tunnel and how it can be easily accomplished with Delphi and FireDAC. SSH Tunnels Secure Shell (ssh) is a standard tool that comes with most “network” operating systems, such as Windows. Linux, UNIX, macOS, and…
Read more