Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Access to database from fortran

borisk_50
Beginner
665 Views

We work with Intel Compiler for Windows (version 9.1). We developed Console Application, that connects to database and get data from db.For this purpose we installed Microsoft ActiveX Data Object 2.8 Library using Fortran Modul Wizard (from menu Tool of Visual Studio). But we don't know how to call functions from ActiveX Libary. Does somebody know examples or can explain how to work with db from Fortran?

0 Kudos
1 Reply
Steven_L_Intel1
Employee
665 Views
The simplest approach is to use the free f90SQL-Lite library from Canaima Software. Unfortunately, Canaima is no longer developing or supporting this library, but you may find it of use.
0 Kudos
Reply