Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29253 ディスカッション

Fortran and MS Access

rich_f
ビギナー
553件の閲覧回数
I would like to output from FORTRAN to various tables within a Microsoft Access Database. Any suggestions?
0 件の賞賛
2 返答(返信)
Intel_C_Intel
従業員
553件の閲覧回数
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.
rahzan
新規コントリビューター I
553件の閲覧回数

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
返信