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

embedding Access Sequel Server calls into Intel Visual FORTRAN XE

Dave_A__from_Lifeboa
416 Views
Customer asks:

Do you or one of your group know of a product that will allow embedding Access Sequel Server calls into Intel Visual FORTRAN XE. The resulting program will be running in a Windows 32 bit server environment.

Can you help?

Thanks in advance.....Dave A. from Lifeboat.

0 Kudos
2 Replies
Steven_L_Intel1
Employee
416 Views
Dave,

There are several options for this:

ForDBC - a commercial product
flibs/odbc - a library for doing ODBC calls from Fortran
f90SQL - A freeware version of a no-longer-supported product
COM access using the Fortran Module Wizard

Other users might add some more choices.
0 Kudos
Arjen_Markus
Honored Contributor II
416 Views
As I have written the above flibs/odbc library, should you have any questions, let me know and I will
see that Ican answer them. I have to admit I have never used it in the context of Access SqlServer.

Regards,

Arjen
0 Kudos
Reply