2

How to enable Multi-thread mode in SQLite? I am trying to do it in run-time selection but I can't find out how to do it. I was trying with SQLiteConnectionFlags but I can't find flag for it. Can you provide me simple example? I have no idea how to do it with compile-time or start-time selection also.

Official documentation: https://www.sqlite.org/threadsafe.html

3
  • Related Thread : stackoverflow.com/questions/15383615/… Commented Jun 29, 2016 at 10:35
  • Are you sure it's not on by default? Commented Jun 29, 2016 at 11:22
  • The default mode is serialized. I need multi-thread mode. Commented Jun 29, 2016 at 11:36

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.