Topic: SQL Database Access

Hello, I'm new to the Simply Fortran forum. Please could you tell me whether it is possible to make calls to SQL Databases in the Mac environment?

Re: SQL Database Access

You would need to compile a SQL interface library for the particular SQL database you wish to use.  I know that flibs provides an SQLite interface that could be built to use with Simply Fortran.  You would need to build it first, though.  We don't ship any particular database libraries with Simply Fortran by default.

Jeff Armstrong
Approximatrix, LLC

Re: SQL Database Access

Thank you for your quick reply and info. I'll look into it but after reading flibs, building the library might be beyond my expertise.