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 abstracts away the database system, so switching is easy.Your queries can be efficient than writing them with SQL.With ORM, you…
Read more
DelphiShowcase

Datafile Is An Impressive Accounting And Business Management Software Powered By Delphi

Datafile Premier Software is a full suite of accounting, production, and logistics modules with a client base of 500 UK businesses amounting to 8500 users and it is developed in Delphi. Highly flexible allowing the end user to customize data entry forms, database structures, and reports. A comprehensive set of parameter type forms allow each customer to gear the software around their own unique…
Read more
DatabaseDelphi

NexusDB Is A Powerful Client Server Embedded Database Engine For Delphi With A Unique Feature Set

NexusDB is one of the loved database systems by Delphi developers around the world. It offers the Embedded free version which is a single-user database that compiles without any additional libraries. Delphi itself ships with the powerful FireDAC data access components library which features support for IBLite, SQLite, and over 20 other databases. According to the developer’s site…
Read more
DatabaseInterBaseNews

InterBase Performance Monitor

As application developers, when there is a problem in our code we use tools to discover where those problem lies. Just like in code, when there is a problem with the database, we need to use specific tools that monitor and tune our databases.   When you are looking at tools for monitoring database performance, there are a few points that you want the tool to have: Metrics relating to CPU and…
Read more