On 14 Dec 2010, at 8:22am, Toxico Nimbus wrote:

> I've got a strange SQLITE_MISUSE result when sqlite3_exec()'ing a "BEGIN 
> TRANSACTION;" directly after successfully opening the database.
> errmsg contains the path of the database (as given to sqlite3_open()), 
> and attempting to sqlite3_free()'ing it causes a segfault.

Replace the 'BEGIN TRANSACTION' with something else -- try a PRAGMA or a 
SELECT.  Do you get the same problem ?

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to