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

Fortran and MS Access

rich_f
Beginner
543 Views
I would like to output from FORTRAN to various tables within a Microsoft Access Database. Any suggestions?
0 Kudos
2 Replies
Intel_C_Intel
Employee
543 Views
try Canaima Software's libraries. The "Lite" version is included with CVF (a newer you can get from Canaima's web site). Look there for sample codes.

A.
0 Kudos
rahzan
New Contributor I
543 Views

An alternative is to write a VBA code which calls an f90 com server and passes arrays back and fro to store by way of ADO in VBA, which is a lot more efficient and easier.

TSH
0 Kudos
Reply