C++DatabaseDelphiNews

Accessing Databricks, Teradata, Oracle Autonomous, MongoDB Atlas and Google BigQuery with RAD Studio and FireDAC

Intro I believe almost everyone developing with RAD is aware that FireDAC provides nativelly access to a bunch of database systems. With each new release of RAD Studio, the list of supported databases is updated in response to customer requests and the availability of newer versions from vendors. A helpful resource to bookmark is this DocWiki link — it allows you to quickly check which database…
Read more
Delphi

Delphi JSON Viewer

Author: Michael K22532 JSON support has been introduced in Delphi 2010 as a part of DBExpress database driver architecture, but of course JSON support is not limited to just database applications. JSON is similar to XML as both are text-based data interchange formats. Delphi 6 introduced “TXMLDocument” component and the “XML Data Binding Wizard” to make it easier to work with XML documents…
Read more