I'm using SQLite under Windows CE, and I cannot for the life of me get an error code from sqlite3_step(), even when the SQL statement I compiled with sqlite3_prepare() is clearly not valid (wrong # of columns, column type mismatch, etc.) It *never* returns anything other than SQLITE_DONE or SQLITE_ROW. What am I doing wrong? // Ryan M. Lederman // Windows Development Lead, // Kayako Infotech Ltd.

