Simply look out for an SQLite ODBC driver. Having that SQLite can be adressed like any other database via SQLPassthrough functions. For sure you have to build the database, which may be the "hardest" part, but it's not hard to generate CREATE TABLE statements from Foxpro, using AFIELDS() info, is it? Look into the SQLIte docs, what fieldtypes exist and how it's syntax differs from ANSI or foxpro SQL.
Bye, Olaf.