Hello, After compiling I'm testing the C example program provided in the quick start page, just to get into the C/C++ interface for SQLite. ./exprog testdb 'select * from tbl1' The database file opens normaly, but I get an error coming from the sqlite3_exec method : SQL error: unsupported file format. As if there was a problem with the table names or query. The same SQL query on the same database works fine with the command-line sqlite3 program.
What am I misunderstanding ?

