News

.NET Apps and Interbase Change Views - How to track data changes automatically

This is a bonus post from the series about the integrating Interbase with .NET apps, and today we’ll talk about the incredible Interbase feature called Change Views™. Just in case this is your first visit here, I have a recap for you in the chronological order the previous posts were published: Introducing InterBase for .NET – A Super-Secure Embedded Data Warehouse For .NET…
Read more
News

Tracking Changes with InterBase Change Views

The ability to track changes in your database can be a time consuming and tedious process that can in certain circumstances impact the performance of your database and your users. InterBase offers an easy to implement solution to tracking those changes. What are Change…
News

Five Reasons to use InterBase in 2020 and Beyond

InterBase is, and continues to be, one of the hidden gems of the relational database world. From its inception in the early 1980s, through mainstream adoption and evolution under Borland, InterBase looks back at a track-record that spand decades; at times defining the…
News

InterBase Feature Spotlight: Change Views

What is Change Views? Change Viewsuses InterBase multigenerational architecture (also known as MVCC) to capture changes to data. This feature allows you to quickly answer the question, “What data has changed since I last viewed it?” Change Views can be subscribed by any number of subscribers using any number of end user devices/applications independently, in order to view data…
Read more
C++

FireUI Multi-Device Designer and working with Views

In RAD Studio XE7, we introduced the FireUI Multi-Device Designer. FireUI makes it easy to create user interfaces across multiple devices using a master form to share all user interface code, and then optimize inherited views for each target platform and device. Delphi, C++Builder and RAD Studio XE7 provide a set of predefined views, including Windows Desktop, Surface Pro Tablet, Mac…
Read more