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…
Tracking Changes with InterBase Change Views
August 20, 2021
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…
Five Reasons to use InterBase in 2020 and Beyond
January 17, 2020
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…
InterBase Feature Spotlight: Change Views
September 11, 2019
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…
Webinar Replay: Simplify Data Change Tracking with InterBase
October 18, 2018
On October 17, I did an InterBase webinar on using Change Views to simplify data change tracking. Change Views allows you to reduce your network traffic, keep mobile data costs down and speed up your development time by syncing only the changes you subscribe to.
As…
Webinar Replay: Embeddable Databases for Mobile Apps: Stress-Free Solutions with InterBase
April 24, 2018
When it comes to developing mobile applications, keeping data on your device is a must-have feature, but can still be risky. With embedded InterBase, you can deploy high-performance multi-device applications that maintain 256-bit encryption, have a small footprint and need…
FireUI Multi-Device Designer and working with Views
September 12, 2014
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…