Small. Fast. Reliable.
Choose any three.
*** 1,6 ****
! **Error Code SQLITE_LOCKED (6): Database Id Locked**
  
! This error code occurs when you try to do to incompatible things
  with a database at the same time from the same database connection.
  For example, if you are in the middle of a SELECT statement and
  you try to DROP one of the tables being read by the SELECT, you
--- 1,6 ----
! **Error Code SQLITE_LOCKED (6): Database Is Locked**
  
! This error code occurs when you try to do two incompatible things
  with a database at the same time from the same database connection.
  For example, if you are in the middle of a SELECT statement and
  you try to DROP one of the tables being read by the SELECT, you