Hello, my (almost) first experience with SQLite was the sample code that Al Danial published to show how to use SQLite in a FORTRAN program.
I was inspired by his work to develop a more comprehensive interface, this time in Fortran 90/95. I am pleased to say that this was fairly easy to do and that it is nearing a stage where I dare release it in the wild. The idea: - Provide a library that hides as much as possible the detail of Fortran-C interfacing - Provide low-level routines for flexibility and some high-level routines for common tasks and ease of use. It has been tested on Windows with Compaq Visual Fortran and MS VC/C++ only so far, but it should not be a problem to get to work with other common compiler combinations. Anyone who is interested, just drop a note. Regards, Arjen

