"c.panel" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Is it possible to run an sql-statement file from C API that can > replace a ".read myfile.sql" command-line ?
.read command itself is implemented in C code you can readily obtain. It uses public SQLite API, no black magic involved. Igor Tandetnik _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

