CodeDatabaseDelphiRAD Studio

6 Easy Ways to Connect to the Top Databases You Should Know

The processing of data is the soul of computing. Almost every single computer ever invented was designed so that human beings could take information in the form of data and manipulate it in one way or another, either through visualizations or use it in other ways to make decisions about our lives, work, and future. If data processing is the soul, then the pieces of data itself are the bones we…
Read more
DatabaseDelphi

ORM For Delphi

Object Relational Mapping is the idea of being able to write queries using the object-oriented paradigm in your preferred programming language. So this means we are trying to utilize our language to talk with the database instead of using SQL. Why utilize ORM? It…
DelphiShowcase

A Fantastic SQL Database Management And Backup Software Is Made In Delphi

TrapSql is a free software and it is developed in Delphi. According to the developer, “TrapSql lets you see and edit data and structures from computers running one of the database systems MariaDB, MySQL, MsSql. TrapSql is the perfect backup software. It also features master / detail management and query history. The Master / detail system automatically searches for foreign keys and allows…
Read more
DelphiShowcase

Useful MySQL Database Backup App Exhibits Delphi Android Support

MySQL Backup is a Delphi app that allows you to backup and restore MySQL databases from an Android device over the internet. It does not appear to be available through Google Play, but rather through a third-party Android store called SlideMe. It works with the following MySQL servers: 6.0, 5.6, 5.5, 5.1, 5.0, 4.1, 4.0, and 3.23. Some of the features include: Backup MySQL databases to the…
Read more
CodeDelphiRAD Studio

Learn How To Migrate dbExpress To FireDAC With The reFind Tool In This Delphi Sample

This sample project demonstrates how to migrate the projectMeetingOrganizerfrom dbExpress to FireDAC using the reFind.exe tool. Location You can find theDBX2FDMigrationproject at: Start | Programs | Embarcadero RAD Studio Sydney | Samples and then navigate to: Object PascalDatabaseFireDACToolreFindDBX2FDMigrationDemoForms Subversion Repository: You can find Delphi…
Read more