Sqlite multithreading operations

79 Views Asked by At

I had applied multiple operation on my sqlite3 database but my some operation does not made changes on DB. So please explain my following queries:

How to make single data base connection throwout the app in sqlite? how to handled multi threading in sqlite? please explain.

0

There are 0 best solutions below