I get an error message of un-finalized statement when attempting to close the database connection in ApplicationWillTerminate method.
In order to find the source of the error I want to use the SQLLite next statement.
But it seems this statement is not supported as per the header files in iPhone OS 2.2. Am I missing something ?
Is there an alternate way to identify the trouble causing un-finalized statement in SQLlite. While I seem to be finalizing but I guess I am missing something.