Advertisement
Guest User

Untitled

a guest
May 23rd, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. ** SQLITE_MISUSE means that the this routine was called inappropriately.
  2. ** Perhaps it was called on a virtual machine that had already been
  3. ** finalized or on one that had previously returned SQLITE_ERROR or
  4. ** SQLITE_DONE. Or it could be the case the the same database connection
  5. ** is being used simulataneously by two or more threads.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement