Re: [sqlite] sqlit3_step question

2006-09-12 Thread drh
"Evans, Mitchell" <[EMAIL PROTECTED]> wrote: > > We have a multithreaded application that uses a sqlite3 database for > asset tracking. I'm having some performance issues, and was wondering > how best to proceed. We're storing arbitrary blobs in the database, and > retrieving them in a standard

[sqlite] sqlit3_step question

2006-09-12 Thread Evans, Mitchell
Howdy!   I perused the documentation and wiki entries, and couldn’t find an answer to this.  If it’s obvious (and in the documentation), please feel free to tell me to RTFM and point me toward the page J   We have a multithreaded application that uses a sqlite3 database for asset