On Sep 16, 2008, at 4:44 PM, Lothar Behrens wrote:

> Hi,
>
> I do have any unfinalized statements in my application when compiled
> on Windows, but not on Mac OS X.
>
> Is there any difference I am missing to attent for ?
>
> How could I see, wich statement (statement handle or SQL query to be
> used in that statement) is unfinalized ?

Use sqlite3_next_stmt() to find unfinalized statements. sqlite3_sql()
to determine the SQL used to prepare them.

Dan.

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

Reply via email to