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

f90SQL-Lite for Intel Visual Fortran

Steven_L_Intel1
Employee
3,977 Views

With the permission of Canaima Software, I have attached a version of their f90SQL-Lite which works with Intel Visual Fortran. f90SQL is a Fortran-friendly library for ODBC database access, and is an easy way to interact with Oracle, Access, Excel and other ODBC-compliant applications. This is their CVF version with replacement modules that are edited and compiled for use with Intel Visual Fortran.

Unpack this to a convenient location on your system and follow the instructions in f90SQLIFORTREADME.TXT I have not (yet) gone through all of the examples and changed the batch files for ifort.

This software is not supported by Intel.

Edit: I missed two DLL files - f90SQLDVF.DLL and DFORRT.DLL See the updated README for information.

Message Edited by Steve_Lionel on 02-28-2006 08:59 AM

0 Kudos
25 Replies
Steven_L_Intel1
Employee
783 Views

Niels,

What is the exact and complete text of the error message(s)?

0 Kudos
jason_ivf
Beginner
783 Views

With the permission of Canaima Software, I have attached a version of their f90SQL-Lite which works with Intel Visual Fortran. f90SQL is a Fortran-friendly library for ODBC database access, and is an easy way to interact with Oracle, Access, Excel and other ODBC-compliant applications. This is their CVF version with replacement modules that are edited and compiled for use with Intel Visual Fortran.

Unpack this to a convenient location on your system and follow the instructions in f90SQLIFORTREADME.TXT I have not (yet) gone through all of the examples and changed the batch files for ifort.

This software is not supported by Intel.

Edit: I missed two DLL files - f90SQLDVF.DLL and DFORRT.DLL See the updated README for information.

Message Edited by Steve_Lionel on 02-28-2006 08:59 AM


Is this F90SQL for Intel Fortran? Not for Compaq Fortran?
0 Kudos
Steven_L_Intel1
Employee
783 Views
Quoting - jason_ivf

Is this F90SQL for Intel Fortran? Not for Compaq Fortran?
It is for Intel Fortran, but is a modified version of the CVF package.
0 Kudos
richard_hoff
Beginner
783 Views
I realize f90SQL is no longer available asCanaima Soft. Is there any other vendor's software package which is currently available that has similar functionality?
0 Kudos
Steven_L_Intel1
Employee
783 Views

Look at ForDBC. It is a paid application and I have not tested it myself.
0 Kudos
Reply