-----Original Message-----
From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org] 
On Behalf Of Dan Kennedy
Sent: 11 April 2012 16:07
To: sqlite-users@sqlite.org
Subject: Re: [sqlite] Unicode problem when setting PRAGMA journal_mode

> > I'll try your suggestion of setting it to what it currently is (it *should* 
> > be DELETE) and see what it does.
> 
> After sqlite3_close() returns SQLITE_BUSY, you can use
> sqlite3_next_stmt() to loop through those statements that SQLite thinks are 
> unfinalized. Then use sqlite3_sql() to identify each.
> 
> The results might reveal something.

Oooh, good plan, thanks Dan, I'll try that.

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

Reply via email to