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
DatabaseDelphi

ORM For Delphi

Object Relational Mapping is the idea of being able to write queries using the object-oriented paradigm in your preferred programming language. So this means we are trying to utilize our language to talk with the database instead of using SQL. Why utilize ORM? It…
C++DatabaseDelphi

Generate Powerful Reports Instantly With FastReport On Windows, macOS, And Linux

FastReport VCL & FMX – is an add-on component that allows your application to generate reports swiftly and efficiently. FastReport gives all the essential tools to develop reports, including a visual report designer, a reporting core, and a preview window. It can be utilized in the Delphi, C++Builder, and RAD Studio environments. Moreover, the best thing is that now FastReport FMX…
Read more
C++CodeDatabaseDelphiRAD Studio

Easily Use Nonstandard Data Using X-DBData for Delphi

X-DBData is a VCL and FMX nonvisual component package that helps users bridge between Delphi’s data-aware and non-data-aware components. There are two paradigms within the Delphi IDE. FeatureNon-Data-Aware Edit ComponentsData-Aware Edit ComponentsData ManipulationManual – using .Text, .Caption, .Value propertiesAutomatic field-linking via Field and DataSource propertiesData…
Read more
C++DatabaseDelphi

High-Performance Visual And Non-visual Custom DataBase Grid Components Are Great For Windows Apps

Thousands of Delphi and C++ Builder developers loveEhlibcomponents. BecauseEhlibcontains productive components and classes which are very helpful to make great client part of the database applications with Delphi and C++ Builder. The most complex component is TDBGridEh which offers all functionality of TDBGrid component and adds dozens of new features, for…
Read more