> Are you *sure* the database is an SQLite3 database and not an SQLite2 > database?
No, I'm not, I have to use a database created somewhere else. How can I tell? Anyway, I can open and read the database without any problems with the sqlite3 C++ API, just modifying does not seem to work. I can also modify the database using the sqlite3 command line tools, but it does not work from my program.

