I'm running SQLite v3.4.0 on an embedded linux device.  I am testing a  
power loss scenario while updating a record.  When the device boots  
back up and the device occasionally gets into a state where the  
database file seems locked.  The sqlite3_open() call returns  
SQLITE_IOERR.  All attempts to copy the db file from the device fail.   
Attempts to attach to the db in a terminal window result in "SQL  
error: unable to open database: PEDB.db".  I have added a call to  
enable extended result codes, sqlite3_extended_result_codes().

Are there any other suggestions?

Thank you,
Shawn
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to