Anders Persson <[EMAIL PROTECTED]> writes:

> I have written a wrapper around
>    iRes = sqlite3_get_table(db,sql,&resultp,&nrow,&ncolumn,&errmsg);
>
> But only SELECT works not INSERT or UPDATE
>
> any ide.. missing somting

The database file or the directory in which it is contained is read-only?
Obviously the database file must be writable.  Also, the directory must be
writable because the journal file is created therein.

Derrell

Reply via email to