how to switch SQLite to MultiThreaded or Serial mode

2 questions.

  1. Is the SQLite3.dll supplied in TM Aurelius compiled to allow multithreading and/or serial mode and
  2. if it is, how do I execute a raw command to SQLite to execute a "PRAGMA journel_mode = WAL" to set it ? (or is Aurelius running with SQLite already multi-thread safe ?
  1. We supply the official SQLite3.dll file provided from the SQLite web site (although an older version). From their documentation, the default mode is serialized (serial mode).

  2. You can always execute direct statements with Aurelius this way:

Thanks Wagner.

1 Like

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.