DatabaseNews

5 Aqua Data Studio features for an Application Developer

Data has become one of the most important aspects to any company.  As databases evolve to support big(ger) data, highly available web applications, and deal with more complex levels of business logic, the applications that represent the user interface and business logic of this change have become more challenging. For many application developers, we don’t just write application code. We spend a…
Read more
C++

RAD Studio 10.3 Architect Webinar - Q&A Log

This week, we had a great webinar on RAD Studio 10.3 Architect edition. For detailedinformation on Architect edition, please visit Marco’s blog post: https://community.idera.com/developer-tools/b/blog/posts/what-s-in-rad-studio-10-3-architect-edition We received a…
News

Enterprise Connectors Released Today

After a successful beta for the past couple of months, I am excited to announce that the CData Enterprise Connectors have been released. The 30 day Trial versions can be downloaded via the GetIt Package Manager (Tools > GetIt Package Manager > Connectors) in RAD…
News

Three Ways To Easily Embed A Database With Your Android And IOS Apps

There are numerous embedded databases that can be used with Delphi and C++Builder. Embarcadero provides two embedded databases: InterBase ToGo and IBLite. The SQLite Consortium created SQLite, an embedded SQL database engine. Finally, there’s TFDMemTable, which can save and load data from binary, XML, and JSON files, as well as query them via its LocalSQL property. Each embedded database has…
Read more
News

Installing InterBase XE7 on Linux

Author: Jacobus O51432 These are the steps to download and install InterBase XE7 on Linux and start the InterBase XE7 Server. In this example I will install the 32 bit version on an Ubuntu 64 bit machine. These steps will be identical for 32 bit and 64 bit InterBase Server…
News

InterBase and Python

Author: Gabe Goldfield Install PyDev using the Eclipse IDE The instructions for installing PyDev are here:http://www.pydev.org/manual_101_install.html In the Eclipse IDE I chose Help > Install Updates and Entered the URL for PyDev Install Python3.4 I chose the Windows x86 .msi installer from here https://www.python.org/downloads/release/python-342/ and installed to…
Read more
Delphi

Using existing ClientDataSet data in FDMemTable

Author: Davide Rubbiani For today’s #DelphiWeek post, I thought I would highlight how you can use existing ClientDataSet (.cds) data in FDMemTable. With this approach, you can also save existing .cds data as JSON, for example. In this tutorial, I am going to create a new application, but you could also use this approach with an existing application. Create a new Multi-Device Application…
Read more