I added to the wiki (http://www.sqlite.org/cvstrac/wiki?p=SqliteWrappers) an entry for Fortran. It links to a page on my web site, http://danial.org/sqlite/fortran/, that has an example of a Fortran program that calls C wrapper functions which in turn call functions in the SQLite library. The demo creates a database, inserts values into a table, then does a query. It builds with g77 and gcc. -- Al
On 7/8/05, Cornel Gazdaru <[EMAIL PROTECTED]> wrote: > Hi > I am trying to figure out a wrapper to access sqlite from FORTRAN (g77 > and gcc) > I try using "cfrotran.h" but it seems I have problems passing arguments. > Not sure I get the sqlite3 handle correctly > Has anybody tried that before? > Thanks > Cornel > >