À propos de Data Abstract for Delphi

Accédez rapidement, facilement et de façon sécurisée aux données de vos applications.

Data Abstract for Delphi makes it easy to build database-driven applications for all major platforms. It uses a multi-tier approach to data access, making data access easy, fast and secure for the modern online world.

Data Abstract Features

  • On the server tier, you have full control over how data is accessed and modified, making sure that client applications cannot bypass your rules or leave data in an inconsistent state. And all of that without having to write and maintain a server application yourself.
  • In your client application, Data Abstract provides a simple yet flexible API that makes it easy to request data, modify it, and send it back to the server – right away or later on. All without messing with HTTP requests, REST or similar low-level implementation details.
  • Data Abstract lets you use briefcase files to make data available in your local app, even when the user is not connected to the network. You can even let the user make changes to the data, and upload them at a later time.
  • Data Abstract also completely abstracts away the nitty-gritty details of working with various database back-ends. While you can get your hands dirty and for example write custom SQL queries on the server, your client apps will stay completely database agnostic.
  • Data Abstract makes it easy to access data from your apps, no matter what platform you are targeting, or what development tool you are using.
  • All editions of Data Abstract follow a common design pattern around a few core classes such as a Remote Data Adapter and Data Tables, but the infrastructure is implemented natively on each platform.
  • No matter what platform(s) you write client apps for, they can all seamlessly communicate with the same server.