Re: Importing from Microsoft Access in Fortran



iman wrote:

Is there anyway to import data from Microsoft Access in fortran ?

Well, an option is to export from access to a file and read the file. Another is to find a copy of F90SQL. It has been discontinued, but you might be able to find it. Other options are quite a bit more complex and the ones I'm familiar with involve windows APIs.

The web site for f90sql is http://www.canaimasoft.com

I don't think they sell it any longer but you can read about it there.

--

Gary Scott
mailto:garylscott@sbcglobal dot net

Fortran Library: http://www.fortranlib.com

Support the Original G95 Project: http://www.g95.org
-OR-
Support the GNU GFortran Project: http://gcc.gnu.org/fortran/index.html

If you want to do the impossible, don't hire an expert because he knows it can't be done.

-- Henry Ford
.