Re: [sqlite] Corrupt database problem.

2004-01-09 Thread D. Richard Hipp
Liz Steel wrote: I'm getting an error in my code when I perform a sqlite_finalize on a particular table. I have stepped through the code and no rows are returned, but why do I get the error here, rather than on sqlite_compile, or sqlite_open? I've looked at the database using the command line

[sqlite] Corrupt database problem.

2004-01-09 Thread Liz Steel
I'm getting an error in my code when I perform a sqlite_finalize on a particular table. I have stepped through the code and no rows are returned, but why do I get the error here, rather than on sqlite_compile, or sqlite_open? I've looked at the database using the command line interface, and