Delphi

Using "reFind" tool to migrate BDE app to FireDAC with Delphi 10.1

Author: Pawe Gowacki Two weeks ago I was contributing to a bigger Delphi migration webinar run by mycolleagueStephen Ball the demonstration of actual steps of live migration of BDE-based source code to FireDAC. Migration of existing VCLprojects to the latest version of Delphiis the hot topic in Delphi community. Many migration tasks can be automated. Today at the Developer…
Read more
News

Logical to Physical Data Modeling

Author: Cosmin G6814 In the last article we learned how to create a data model from scratch using ER/Studio Data Architect. In part II we will explore about how to convert a Logical Data Model into a Physical Data Model. Section 1: Generating a Physical Data Model Task 1 1) Launch ER/Studio Data Architect 2) Open the last created model 3) We shall now be generating a Physical Model to an…
Read more
Delphi

Simple Database and Data access in Delphi XE5 for iOS and Android

Author: Blaise Þ With the release of Delphi XE5 for iOS and Android developers now have several options for connecting to databases and data both on the devices themselves as well as via our DataSnap multi-tier technology; REST application services, REST, SOAP, and XML (TXMLDocument).  You can directly use SQLite, InterBase IBLite/IBToGo in your iOS and Android applications via the FireDAC…
Read more