Did you know that InterBase and PostgreSQL both support a field type which is an array of values? It is not always obvious how to read and write to these database array field types. I get quite a lot of email from Delphi and C++ developers asking if I know how to achieve something they are struggling with. One such recent email was in connection with how to get database array fields to display and…
Quickly Embed Award-Winning Cross-Platform SQL Database: InterBase ToGo
February 26, 2021
RAD Studio has been popular with its database solutions for Delphi and C++ Builder. InterBase ToGo is a full-featured database in a library with no separate database server processing running. InterBase ToGo is perfect for Enterprises, ISVs, OEMs, and VARs who need to embed…
Learn How to Utilize User Defined Functions In InterBase Efficiently
October 22, 2020
UDF is a User Defined Functions in InterBase. They are similar to stored procedures. The difference is that instead of writing stuff in SQL and execute it in the database, we are loading functionality from DLLs.
In this CodeRage session, you will learn how to create…