InterBase

Getting Started as an InterBase VAR - How to Become an InterBase VAR

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…
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…
CodeShowcase

Remarkable Application For Ventilation Devices Is Made In Delphi

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…
Read more
CodeDatabaseDelphiRAD Studio

Flexible InterBase AdminUtility Sample Tours You Through Powerful InterBase Features

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…
Read more
CodeDelphiRAD Studio

FireDAC Tip: Write Database Independent SQL Commands With Escape Functions

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…
Read more