On Feb 13, 2009, at 11:49 AM, Joanne Pham wrote:

> Hi All,
> We have an application is used SQLite 3.5.9 and our program is  
> crashed on
> "sqlite3_finalize (pStmt=0x28) at ../src/vdbeapi.c:204" and I don't  
> know why it crashed on this line.
> Do you have any information about why it is crashed on  
> sqlite3_finalize at 204 vdbeapi.

The argument passed to sqlite3_finalize() is invalid. Where is
it being called from?


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

Reply via email to