Hello all, My use case is: I open the db, create the table, insert some records, after i try to select some record and sqlite3 return SQLITE_CORRUPT (error 11). If i close the db before SELECT it run... I see some about locking/unlocking issues... but i don t know how i can resolve that without closing db before SELECT query. THANK YOU FOR YOUR AID Best regards, Fred.

