The InterBase VAR program is here to help you take your ideas from paper to market. We know one size doesn’t fit all and each solution is unique; that is why the VAR Program exists. VARs can embed InterBase with their applications with a “silent install” and pay for licenses periodically as they are distributed. This licensing option and volume license discounts are possible by…
ORM For Delphi
March 25, 2021
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…
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…
Remarkable Application For Ventilation Devices Is Made In Delphi
February 20, 2021
Ventilation Xpress is a selection of Daikin ventilation devices and it is built in Delphi. According to the developer, “Selection tool for ventilation devices (VAM, VKM). The selection is based on given supply/extract airflows (including fresh up), and given ESP of the supply/extract ducting including Determines size of electrical heaters, Visualisation of psychrometric chart…
Datafile Is An Impressive Accounting And Business Management Software Powered By Delphi
February 19, 2021
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…
Useful MySQL Database Backup App Exhibits Delphi Android Support
February 12, 2021
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…
Flexible InterBase AdminUtility Sample Tours You Through Powerful InterBase Features
February 11, 2021
The sample also admits authentication.
Apart from the parameters to connect to an InterBase server, the sample has four tabs to perform administrative tasks:
Server UsersTab:
ClickRefresh Usersto get all the users from the InterBase server.
BackupTab:
Use this tab to backup a database. Introduce theDatabase Pathto specify the InterBase database and…
NexusDB Is A Powerful Client Server Embedded Database Engine For Delphi With A Unique Feature Set
February 8, 2021
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…
Learn How To Migrate dbExpress To FireDAC With The reFind Tool In This Delphi Sample
February 7, 2021
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 |…
Escape sequences allow for writing DBMS-independent SQL commands. The sample predefines some escape function sequences. To execute a predefined escape function, right-click the Function edit box and choose a predefined escape function from the popup menu. Moreover, the sample allows you to write your own function. To this end, write text into the Function edit box and press Enter. Then, the…