
This article is part of a series that includes SQLite, Postgresql, Microsoft SQLServer, Oracle RDBMS, HSQLDB, MariaDB, MongoDB, and Excel. The goal is to set up a self-standing environment for testing an ODBC extension for gawk presented here. Refer to SQLite for installing the required ODBC Driver Manager. The test system is a debian v11 (bullseye). As root, install the Firebird RDBMS and its ODBC drivers from the official repositories: # apt install firebird3.0-server A…