This example illustrates the options a user has to access the database output files created by Flexcom. It is divided into the following sections:
•Database Access via Excel VBA describes how to set up a VBA macro in Microsoft Excel. It also contains some simple VBA macro code as an example and gives an overview of the VBA macro supplied with Flexcom.
•Database Access via Fortran DAR describes how to set up a similar Fortran program to access Flexcom database files.
•Database Access via Python illustrates how to use Python to access Flexcom database files, invoking the VBA functions from Python code.
•Excel Add-in provides details on every Database Access function available to the user within the workbook and VBA environments.
•Database Access Routines outlines each procedure available to another application (e.g. Fortran or C++ program) through the Database Access Library, together with details of the correct syntax and arguments.