Christiane Lemke <[EMAIL PROTECTED]> wrote:
> > 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.

what operating system?

make sure your /tmp directory is writable.  Also make sure you
are able to create new files in the directory that contains the
database file itself.
--
D. Richard Hipp <[EMAIL PROTECTED]>

Reply via email to